<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>BOOST Archives Google Group</title>
  <link>http://groups.google.com.by/group/boost-list</link>
  <description>Boost Mailing List Archive Read-only, do not post to this group.</description>
  <language>en</language>
  <item>
  <title>[Boost-users] boost.units converting double tp SI prefix</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/38dddcf357ee14e4/63f30ce9f3254055?show_docid=63f30ce9f3254055</link>
  <description>
  Hi, &lt;br&gt; is there a way to use boost.units to convert a double automatically to a &lt;br&gt; SI unit prefix, e.g. 10e-3 to 10m or 10e3 to 10k ?? The value isn&#39;t know &lt;br&gt; at compile time, so the decision has to be done on runtime. &lt;br&gt; Thanks, &lt;br&gt; Olaf &lt;br&gt; ______________________________ _________________ &lt;br&gt; Boost-users mailing list &lt;br&gt; Boost-us...@lists.boost.org
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/38dddcf357ee14e4/63f30ce9f3254055?show_docid=63f30ce9f3254055</guid>
  <author>
  ope-de...@gmx.de
  (Olaf Peter)
  </author>
  <pubDate>Fri, 12 мар 2010 18:00:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] uBlas with Atlas</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/d232fb789b6bd363?show_docid=d232fb789b6bd363</link>
  <description>
  Sure, I can help with the one without the -v1 suffix. The regressions tests &lt;br&gt; should work for 98%, the examples however aren&#39;t ported yet to the newer &lt;br&gt; bindings structure. One of the major changes in the newer bindings is that &lt;br&gt; if you would like to use atlas, it&#39;s still blas, so &lt;br&gt; bindings::atlas::gemm( ... )
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/d232fb789b6bd363?show_docid=d232fb789b6bd363</guid>
  <author>
  rut...@terborg.net
  (Rutger ter Borg)
  </author>
  <pubDate>Fri, 12 мар 2010 17:20:18 UT
</pubDate>
  </item>
  <item>
  <title>[Boost-users] uBlas with Atlas</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/a4ba9ce078514c43?show_docid=a4ba9ce078514c43</link>
  <description>
  Hello, &lt;br&gt; I try to install the numerical bindings for my boost, but I can&#39;t &lt;br&gt; compile &lt;br&gt; the examples. I had installed and compilde the Atlas Lib 3.9.23 with &lt;br&gt; Lapack support and the Boost 1.42 with MPI Support under OS X Leo. &lt;br&gt; I take a look at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.opentissue.org/wikitissue/index.php/Boost_bindings&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; but I had checked out the bindungs with and without the -v1 prefix and
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/a4ba9ce078514c43?show_docid=a4ba9ce078514c43</guid>
  <author>
  philipp.kr...@flashpixx.de
  (Kraus Philipp)
  </author>
  <pubDate>Fri, 12 мар 2010 17:08:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] storing pointers in a std::map</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/cf380a89838cd348/e26091e894ca38c8?show_docid=e26091e894ca38c8</link>
  <description>
  Thanks. I presume it would be better in implementing a map that can hold &lt;br&gt; left = std::string, right = &amp;quot;any&amp;quot; but only pointers to objects to have a &lt;br&gt; boost::map_ptr&amp;lt;std::string&amp;gt; than a std::map&amp;lt;std::string, boost::any&amp;gt;.
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/cf380a89838cd348/e26091e894ca38c8?show_docid=e26091e894ca38c8</guid>
  <author>
  alan2h...@gmail.com
  (Alan Tennant)
  </author>
  <pubDate>Fri, 12 мар 2010 16:13:39 UT
</pubDate>
  </item>
  <item>
  <title>[Boost-users] matrix iterator each element</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/55072378072d22c5/898299d1b29cd4f4?show_docid=898299d1b29cd4f4</link>
  <description>
  Hello, &lt;br&gt; I have very large matrices (not sparse), where I have to change &lt;br&gt; each element. From the documentation I used the example &lt;br&gt; with which two for-loops. &lt;br&gt; I use for vectors: &lt;br&gt; blas::vector&amp;lt;T&amp;gt; l_vec = p_vec; &lt;br&gt; BOOST_FOREACH( T&amp;amp; i, l_vec) &lt;br&gt; i = std::pow(i, p_exponent); &lt;br&gt; Is there any way to process each element in
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/55072378072d22c5/898299d1b29cd4f4?show_docid=898299d1b29cd4f4</guid>
  <author>
  philipp.kr...@flashpixx.de
  (Kraus Philipp)
  </author>
  <pubDate>Fri, 12 мар 2010 10:23:49 UT
</pubDate>
  </item>
  <item>
  <title>[Boost-users] check MPI support</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/6c03ee137f972d70/d005bf70ef12ed77?show_docid=d005bf70ef12ed77</link>
  <description>
  Hello, &lt;br&gt; I work for a long time again with C + + and some numerical methods &lt;br&gt; must be implemented with the help of the boost, among other things, &lt;br&gt; with MPI. Does the Booster precompiler flag that I can verify that the &lt;br&gt; boost is compiled with MPI support like: &lt;br&gt; Thanks for help &lt;br&gt; Phil &lt;br&gt; ______________________________ _________________
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/6c03ee137f972d70/d005bf70ef12ed77?show_docid=d005bf70ef12ed77</guid>
  <author>
  philipp.kr...@flashpixx.de
  (Kraus Philipp)
  </author>
  <pubDate>Fri, 12 мар 2010 10:15:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] [asio] Callbacks not getting called</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/b61ff9de354c3683/8f967a88302b4598?show_docid=8f967a88302b4598</link>
  <description>
  As Igor suggested, the io_service running your client runs out of work after &lt;br&gt; connecting. In addition, you should replace &lt;br&gt; gotTransfer_; &lt;br&gt; by &lt;br&gt; gotTransfer_ = true; &lt;br&gt; Cheers, &lt;br&gt; Rutger &lt;br&gt; ______________________________ _________________ &lt;br&gt; Boost-users mailing list &lt;br&gt; Boost-us...@lists.boost.org &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lists.boost.org/mailman/listinfo.cgi/boost-users&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/b61ff9de354c3683/8f967a88302b4598?show_docid=8f967a88302b4598</guid>
  <author>
  rut...@terborg.net
  (Rutger ter Borg)
  </author>
  <pubDate>Fri, 12 мар 2010 14:43:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] [asio] Callbacks not getting called</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/b61ff9de354c3683/d818c4c2719971e4?show_docid=d818c4c2719971e4</link>
  <description>
  IIRC, an io_service object is not permitted to make copies of arguments &lt;br&gt; supplied to initiating functions outside its own thread. In your example, &lt;br&gt; you initiate an asynchronous operation from thread A (async_accept), and &lt;br&gt; io_service runs in thread B (io_service.run()). &lt;br&gt; At least, that&#39;s if I understood &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tinyurl.com/yhw95xj&quot;&gt;[link]&lt;/a&gt; correctly, the
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/b61ff9de354c3683/d818c4c2719971e4?show_docid=d818c4c2719971e4</guid>
  <author>
  rut...@terborg.net
  (Rutger ter Borg)
  </author>
  <pubDate>Fri, 12 мар 2010 14:04:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] boost::filesystem directory_iterator: how to get the last file of a directory ?</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/171c35aced7ca1c3/1e1b1b1bc24f52cc?show_docid=1e1b1b1bc24f52cc</link>
  <description>
  Zitat von &amp;quot;Vial, Florent&amp;quot; &amp;lt;fv...@arri.de&amp;gt;: &lt;br&gt; define &amp;quot;first&amp;quot; and &amp;quot;last&amp;quot;. &lt;br&gt; directory iterators are single-pass input iterators, meaning that they &lt;br&gt; represent no particular order. &lt;br&gt; if you iterate over the same directory 2 times, you might retrieve the &lt;br&gt; entries in a different order. &lt;br&gt; you could e.g. copy the entries to a std::vector using std::copy and
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/171c35aced7ca1c3/1e1b1b1bc24f52cc?show_docid=1e1b1b1bc24f52cc</guid>
  <author>
  stras...@uni-bremen.de
  </author>
  <pubDate>Fri, 12 мар 2010 13:36:44 UT
</pubDate>
  </item>
  <item>
  <title>[Boost-users] boost::filesystem directory_iterator: how to get the last file of a directory ?</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/171c35aced7ca1c3/8c92bfc8cadf4fae?show_docid=8c92bfc8cadf4fae</link>
  <description>
  Hi boost-users, &lt;br&gt; I am using a recursvive function for iterating over a starting path. &lt;br&gt; When i finally arrive in a directory that contains no subdirectory &lt;br&gt; (what i call a &amp;quot;final&amp;quot; directory), i want to retrieve &lt;br&gt; the first and the last file of this directory. &lt;br&gt; I succeed in retrieving the first file of the final directory (see code
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/171c35aced7ca1c3/8c92bfc8cadf4fae?show_docid=8c92bfc8cadf4fae</guid>
  <author>
  fv...@arri.de
  (Vial, Florent)
  </author>
  <pubDate>Fri, 12 мар 2010 11:54:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] Nested regex results with xpressive.</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/003f7733b1086546/d7084c9cf1a67e15?show_docid=d7084c9cf1a67e15</link>
  <description>
  Got it.. thanks for the explanation. &lt;br&gt; Surya
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/003f7733b1086546/d7084c9cf1a67e15?show_docid=d7084c9cf1a67e15</guid>
  <author>
  suryakiran.gullapa...@gmail.com
  (Surya Kiran Gullapalli)
  </author>
  <pubDate>Fri, 12 мар 2010 11:44:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] [fusion] transform &amp; iterators</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/3a9aa8d491385522/3708550bc6f4e9fe?show_docid=3708550bc6f4e9fe</link>
  <description>
  David A. Greene schrieb: &lt;br&gt; Change the signature of square&#39;s invocation operator to &lt;br&gt; result_type operator()(int i) const &lt;br&gt; and the sample should compile fine. &lt;br&gt; [snip] &lt;br&gt; That&#39;s correct. &lt;br&gt; Joel referred to fusion::transform taking the sequence cref qualified &lt;br&gt; only. This should not be a limitation for your particular use-case though.
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/3a9aa8d491385522/3708550bc6f4e9fe?show_docid=3708550bc6f4e9fe</guid>
  <author>
  mr.chr.schm...@online.de
  (Christopher Schmidt)
  </author>
  <pubDate>Fri, 12 мар 2010 11:40:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] Nested regex results with xpressive.</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/003f7733b1086546/279f78463a8b81b1?show_docid=279f78463a8b81b1</link>
  <description>
  Yes. &lt;br&gt; Yes. &lt;br&gt; Nothing. The three nested results correspond to the three regexes nested &lt;br&gt; in combinedReg: numReg, holidayName, and holidayDateDetails. None of &lt;br&gt; those regexes has other regexes nested within them. &lt;br&gt; Are you confusing nested regexes with marked sub-expressions? Perhaps if &lt;br&gt; you change your innermost nested FOREACH statement with something like this:
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/003f7733b1086546/279f78463a8b81b1?show_docid=279f78463a8b81b1</guid>
  <author>
  e...@boostpro.com
  (Eric Niebler)
  </author>
  <pubDate>Fri, 12 мар 2010 11:22:57 UT
</pubDate>
  </item>
  <item>
  <title>[Boost-users] Nested regex results with xpressive.</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/003f7733b1086546/3c569ea7a9ff44a4?show_docid=3c569ea7a9ff44a4</link>
  <description>
  Hello all, &lt;br&gt; I&#39;m trying to match a string with xpressive. The match is fine, but the &lt;br&gt; nested results doesn&#39;t seem to be working. The code is &lt;br&gt; here&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/TLSiRMRh&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; my regex *combinedReg* is made up of 3 sregex objects. Two of them store the &lt;br&gt; results using mark_tag objects. When I try to match the string, I get a
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/003f7733b1086546/3c569ea7a9ff44a4?show_docid=3c569ea7a9ff44a4</guid>
  <author>
  suryakiran.gullapa...@gmail.com
  (Surya Kiran Gullapalli)
  </author>
  <pubDate>Fri, 12 мар 2010 10:54:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Boost-users] boost::regex on to match in the middle of a string</title>
  <link>http://groups.google.com.by/group/boost-list/browse_thread/thread/4ad1b277f05de064/c1c2afe7ad343ed2?show_docid=c1c2afe7ad343ed2</link>
  <description>
  Hi &lt;br&gt; I thank you all for your kind help! &lt;br&gt; Everything works fine using boost::regex_search &lt;br&gt; I am also sorry because I didn&#39;t realize that my regex was incorreect &lt;br&gt; because of \t &lt;br&gt; Have a nice day to everybody &lt;br&gt; CS
  </description>
  <guid isPermaLink="true">http://groups.google.com.by/group/boost-list/browse_thread/thread/4ad1b277f05de064/c1c2afe7ad343ed2?show_docid=c1c2afe7ad343ed2</guid>
  <author>
  abruzzoforteegent...@gmail.com
  (Conoscenza Silente)
  </author>
  <pubDate>Fri, 12 мар 2010 08:47:16 UT
</pubDate>
  </item>
  </channel>
</rss>
