<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.by/group/boost-list</id>
  <title type="text">BOOST Archives Google Group</title>
  <subtitle type="text">
  Boost Mailing List Archive Read-only, do not post to this group.
  </subtitle>
  <link href="/group/boost-list/feed/atom_v1_0_msgs.xml" rel="self" title="BOOST Archives feed"/>
  <updated>2010-03-12T22:59:25Z</updated>
  <generator uri="http://groups.google.com.by" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Mostafa</name>
  <email>mostafa_working_a...@yahoo.com</email>
  </author>
  <updated>2010-03-12T22:59:25Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1923d6c30ddd70c/dab4b75eb015843c?show_docid=dab4b75eb015843c</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1923d6c30ddd70c/dab4b75eb015843c?show_docid=dab4b75eb015843c"/>
  <title type="text">Re: [Boost-users] [Uuid] Portable binary serialization.</title>
  <summary type="html" xml:space="preserve">
  On Fri, 12 Mar 2010 14:28:27 -0800, Scott McMurray &lt;br&gt; It&#39;s a POD type. So the point is indeed moot. Thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gennadiy Rozental</name>
  <email>roge...@gmail.com</email>
  </author>
  <updated>2010-03-12T22:44:39Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/ea359dbd69999aba/22b654cc3188951f?show_docid=22b654cc3188951f</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/ea359dbd69999aba/22b654cc3188951f?show_docid=22b654cc3188951f"/>
  <title type="text">Re: [Boost-users] strange &amp;quot;fatal errors&amp;quot; with Boost.Test</title>
  <summary type="html" xml:space="preserve">
  (this=Cannot access memory at &lt;br&gt; (this=Cannot access memory &lt;br&gt; This makes no sense. Your test program does not refer to the itest facilities. &lt;br&gt; There is single testing tool involved as well. Something seriously screwing up &lt;br&gt; the stack. &lt;br&gt; Can you try to go step by step in the debugger? Can you also try build UTF as
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott McMurray</name>
  <email>me22.ca+bo...@gmail.com</email>
  </author>
  <updated>2010-03-12T22:28:27Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1923d6c30ddd70c/85b05df598e15b30?show_docid=85b05df598e15b30</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1923d6c30ddd70c/85b05df598e15b30?show_docid=85b05df598e15b30"/>
  <title type="text">Re: [Boost-users] [Uuid] Portable binary serialization.</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been a strong advocate of making UUID a POD, in which case the &lt;br&gt; fallback is perfectly fine. &lt;br&gt; I don&#39;t remember what Andy decided, but check whether the version &lt;br&gt; you&#39;re using is a POD before worrying. &lt;br&gt; ______________________________ _________________ &lt;br&gt; Boost-users mailing list &lt;br&gt; Boost-us...@lists.boost.org
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mostafa</name>
  <email>mostafa_working_a...@yahoo.com</email>
  </author>
  <updated>2010-03-12T22:16:23Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1923d6c30ddd70c/6173afa3547c1566?show_docid=6173afa3547c1566</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1923d6c30ddd70c/6173afa3547c1566?show_docid=6173afa3547c1566"/>
  <title type="text">[Boost-users] [Uuid] Portable binary serialization.</title>
  <summary type="html" xml:space="preserve">
  I&#39;m interested in using the portable binary serialization code in &lt;br&gt; [serialization]/example directory with Boost.Uuid. I&#39;ve noticed that &lt;br&gt; there&#39;s a fall back template function for unrecognized types in &lt;br&gt; portable_binary_iarchive.hpp: &lt;br&gt; 101	// default fall through for any types not specified here
  </summary>
  </entry>
  <entry>
  <author>
  <name>Olivier Tournaire</name>
  <email>olit...@gmail.com</email>
  </author>
  <updated>2010-03-12T22:03:59Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/f1c4fa174c9f5fa7/f4fb0b4c5d1a4ef6?show_docid=f4fb0b4c5d1a4ef6</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/f1c4fa174c9f5fa7/f4fb0b4c5d1a4ef6?show_docid=f4fb0b4c5d1a4ef6"/>
  <title type="text">[Boost-users] BOOST_STATIC_CONST</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I am currently having problem with a static const class member (in a header &lt;br&gt; only project): &lt;br&gt; // type.hpp &lt;br&gt; template&amp;lt; typename Property &amp;gt; &lt;br&gt; struct property_base &lt;br&gt; { &lt;br&gt; typedef Property type; &lt;br&gt; struct some_type : property_base&amp;lt; uint32_t &amp;gt; &lt;br&gt; { &lt;br&gt; BOOST_STATIC_CONSTANT( type, first_value = 1 ); &lt;br&gt; BOOST_STATIC_CONSTANT( type, second_value = 2 );
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kraus Philipp</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2010-03-12T21:27:52Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/e6a0da6e43de2f53?show_docid=e6a0da6e43de2f53</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/e6a0da6e43de2f53?show_docid=e6a0da6e43de2f53"/>
  <title type="text">Re: [Boost-users] uBlas with Atlas</title>
  <summary type="html" xml:space="preserve">
  Am 12.03.2010 um 20:28 schrieb Rutger ter Borg: &lt;br&gt; Thanks everthing works fine, that&#39;s clear now &lt;br&gt; Phil &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;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rutger ter Borg</name>
  <email>rut...@terborg.net</email>
  </author>
  <updated>2010-03-12T19:28:43Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/f50fbbd2ccc5d7e6?show_docid=f50fbbd2ccc5d7e6</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/f50fbbd2ccc5d7e6?show_docid=f50fbbd2ccc5d7e6"/>
  <title type="text">Re: [Boost-users] uBlas with Atlas</title>
  <summary type="html" xml:space="preserve">
  Documentation is still in progress, we&#39;re rewriting everything to quickbook &lt;br&gt; format. Meanwhile, please find attached your test case, hopefully it makes &lt;br&gt; it a bit clearer. &lt;br&gt; If you run into further difficulty, please let me know. &lt;br&gt; Cheers, &lt;br&gt; Rutger
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steven Watanabe</name>
  <email>watanab...@gmail.com</email>
  </author>
  <updated>2010-03-12T19:22:33Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/38dddcf357ee14e4/2715f9cb4895d739?show_docid=2715f9cb4895d739</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/38dddcf357ee14e4/2715f9cb4895d739?show_docid=2715f9cb4895d739"/>
  <title type="text">Re: [Boost-users] boost.units converting double tp SI prefix</title>
  <summary type="html" xml:space="preserve">
  AMDG &lt;br&gt; There is not such a facility. There will soon be support for &lt;br&gt; printing things like 1.0 km instead of 1000 m, but formatting &lt;br&gt; of raw numbers is somewhat beyond the scope of the library. &lt;br&gt; In Christ, &lt;br&gt; Steven Watanabe &lt;br&gt; ______________________________ _________________ &lt;br&gt; Boost-users mailing list &lt;br&gt; Boost-us...@lists.boost.org
  </summary>
  </entry>
  <entry>
  <author>
  <name>Christoph Groth</name>
  <email>c...@falma.de</email>
  </author>
  <updated>2010-03-12T18:54:31Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/ea359dbd69999aba/0fec8a8579563f09?show_docid=0fec8a8579563f09</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/ea359dbd69999aba/0fec8a8579563f09?show_docid=0fec8a8579563f09"/>
  <title type="text">[Boost-users] strange &quot;fatal errors&quot; with Boost.Test</title>
  <summary type="html" xml:space="preserve">
  Dear boost experts, &lt;br&gt; while adding regression tests to my project I experience very strange &lt;br&gt; errors. I am using boost 1.40 and g++ 4.4 as packaged in Debian &lt;br&gt; testing. &lt;br&gt; The problem is that a very simple test suite, one which does almost &lt;br&gt; nothing, produces the following runtime error: &lt;br&gt; cwg@argo:/tmp/lg-bug$ ./test_all
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kraus Philipp</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2010-03-12T18:19:37Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/63748f64294da03b?show_docid=63748f64294da03b</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/63748f64294da03b?show_docid=63748f64294da03b"/>
  <title type="text">Re: [Boost-users] uBlas with Atlas</title>
  <summary type="html" xml:space="preserve">
  Am 12.03.2010 um 18:20 schrieb Rutger ter Borg: &lt;br&gt; Thank a lot, but I run into errors, because I can&#39;t see my error. &lt;br&gt; 1. I had checked out svn co &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.boost.org/svn/boost/sandbox/numeric_bindings/boost/numeric/bindings&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; but there isn&#39;t a &amp;quot;atlas&amp;quot; subdirectory &lt;br&gt; 2. I had compiled my atlas like &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://math-atlas.sourceforge.net/atlas_install/atlas_install.html#SECTION00041000000000000000&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Olaf Peter</name>
  <email>ope-de...@gmx.de</email>
  </author>
  <updated>2010-03-12T18:00:58Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/38dddcf357ee14e4/63f30ce9f3254055?show_docid=63f30ce9f3254055</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/38dddcf357ee14e4/63f30ce9f3254055?show_docid=63f30ce9f3254055"/>
  <title type="text">[Boost-users] boost.units converting double tp SI prefix</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rutger ter Borg</name>
  <email>rut...@terborg.net</email>
  </author>
  <updated>2010-03-12T17:20:18Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/d232fb789b6bd363?show_docid=d232fb789b6bd363</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/d232fb789b6bd363?show_docid=d232fb789b6bd363"/>
  <title type="text">Re: [Boost-users] uBlas with Atlas</title>
  <summary type="html" xml:space="preserve">
  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( ... )
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kraus Philipp</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2010-03-12T17:08:30Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/a4ba9ce078514c43?show_docid=a4ba9ce078514c43</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/d1efd19661c40999/a4ba9ce078514c43?show_docid=a4ba9ce078514c43"/>
  <title type="text">[Boost-users] uBlas with Atlas</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Tennant</name>
  <email>alan2h...@gmail.com</email>
  </author>
  <updated>2010-03-12T16:13:39Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/cf380a89838cd348/e26091e894ca38c8?show_docid=e26091e894ca38c8</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/cf380a89838cd348/e26091e894ca38c8?show_docid=e26091e894ca38c8"/>
  <title type="text">Re: [Boost-users] storing pointers in a std::map</title>
  <summary type="html" xml:space="preserve">
  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;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kraus Philipp</name>
  <email>philipp.kr...@flashpixx.de</email>
  </author>
  <updated>2010-03-12T10:23:49Z</updated>
  <id>http://groups.google.com.by/group/boost-list/browse_thread/thread/55072378072d22c5/898299d1b29cd4f4?show_docid=898299d1b29cd4f4</id>
  <link href="http://groups.google.com.by/group/boost-list/browse_thread/thread/55072378072d22c5/898299d1b29cd4f4?show_docid=898299d1b29cd4f4"/>
  <title type="text">[Boost-users] matrix iterator each element</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
</feed>
