<?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/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_topics.xml" rel="self" title="BOOST Archives feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Michael Powell</name>
  <email>mwpowell...@gmail.com</email>
  </author>
  <updated>2013-05-21T21:58:41Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/ff5f06b7ec2e1831</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/ff5f06b7ec2e1831" />
  <title type="html">[Boost-users] [thread] &quot;almost works&quot; clarification</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;Okay, so without starting a flame war, because that is not my &lt;br&gt; intention... Also bear in mind, I am coming from an informed C# .NET &lt;br&gt; frame of mind having worked with .NET threading, synchronization, &lt;br&gt; events, and so forth. &lt;br&gt; &lt;p&gt;I ran across this article, which although a bit dated, is a pretty
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vicente J. Botet Escriba</name>
  <email>vicente.bo...@wanadoo.fr</email>
  </author>
  <updated>2013-05-21T06:24:50Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/43138e822741802d</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/43138e822741802d" />
  <title type="html">[Boost-users] [thread] SEVERE bug on packaged_task constructor in C++11 mode.</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;There is a severe bug in packaged_task constructor when compiling in &lt;br&gt; C++11 mode and giving a copyable functor as parameter, as reported in &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://svn.boost.org/trac/boost/ticket/8596&quot;&gt;[link]&lt;/a&gt;. I believe that this is not &lt;br&gt; a regression, this have never worked. &lt;br&gt; &lt;p&gt;Until I find a fix, the packaged_task could be used only with free
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Powell</name>
  <email>mwpowell...@gmail.com</email>
  </author>
  <updated>2013-05-20T18:29:32Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/e6344606ac75ad9b</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/e6344606ac75ad9b" />
  <title type="html">[Boost-users] [accumulator] with complex domain model</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;We&#39;ve got a complex domain model which must be accumulated and &lt;br&gt; eventually averaged together. I am already overloading the operators &lt;br&gt; for that model. &lt;br&gt; &lt;p&gt;We could roll our own with just the operators we&#39;ll need to &lt;br&gt; accommodate, like +, +=, /, etc, but would like to take a gander at &lt;br&gt; Boost.Accumulator first. Would be much better, obviously, rather than
  </summary>
  </entry>
  <entry>
  <author>
  <name>Charanga</name>
  <email>charanga....@yahoo.com</email>
  </author>
  <updated>2013-05-20T18:28:18Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/d824efd1b2269890</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/d824efd1b2269890" />
  <title type="html">[Boost-users] endless loop and/or crash in boost::interprocess</title>
  <summary type="html" xml:space="preserve">
  How do I debug a potential endless loop and heap corruption issue involving boost::interprocess &amp;quot;new managed_shared_memory&amp;quot; freezing forever or crashing? &lt;br&gt; I posted this on stackoverflow but I am hopeful that a real  expert in Boost::Interprocess may have seen this freeze-up and crash before. &lt;br&gt; Outside the debugger it manifests as a freeze-up, inside the debugger it manifests as a series of exceptions inside an endless
  </summary>
  </entry>
  <entry>
  <author>
  <name>Klaim - Joël Lamotte</name>
  <email>mjkl...@gmail.com</email>
  </author>
  <updated>2013-05-20T10:12:38Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/ba3fc44581a8c536</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/ba3fc44581a8c536" />
  <title type="html">[Boost-users] [boost][thread] Future&#39;s scheduler</title>
  <summary type="html" xml:space="preserve">
  I&#39;m using boost.thread V4 in my projects because I would like to use &lt;br&gt; futures. &lt;br&gt; I understand that boost 1.53 implementation of future.then() is incomplete &lt;br&gt; but I think it&#39;s ok &lt;br&gt; for my current use. &lt;br&gt; &lt;p&gt;However I think there might be something missing. &lt;br&gt; &lt;p&gt;I&#39;m in a case where the user of my library provide his own task scheduler
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott Alexander</name>
  <email>scottalexan...@bigpond.com</email>
  </author>
  <updated>2013-05-18T03:48:10Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/343187506b2bd3e7</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/343187506b2bd3e7" />
  <title type="html">[Boost-users] 64 bit or 32 bit?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have a Windows 8 64 bit OS and would like to use Visual Studio Express &lt;br&gt; 2012 for Windows 8. Should I install a 64 bit or 32 bit version of Boost? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Scott
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anthony Foiani</name>
  <email>t...@scrye.com</email>
  </author>
  <updated>2013-05-17T21:32:57Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/23ee09f576ed00b1</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/23ee09f576ed00b1" />
  <title type="html">[Boost-users] [asio] schedule work on all threads of a single io_service::run() pool?</title>
  <summary type="html" xml:space="preserve">
  Greetings -- &lt;br&gt; &lt;p&gt;Is there a way to ask the io_service to distribute a particular &lt;br&gt; handler to every thread that is running the service? &lt;br&gt; &lt;p&gt;My use case is per-thread watchdogs, and I need the worker threads to &lt;br&gt; ping the watchdog on some regular interval (e.g., every 5 seconds). &lt;br&gt; &lt;p&gt;I didn&#39;t see anything like this in the docs, and I didn&#39;t see anything
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andreas Fabri</name>
  <email>andreas.fa...@geometryfactory.com</email>
  </author>
  <updated>2013-05-17T13:38:55Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/d675290ac3e3658b</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/d675290ac3e3658b" />
  <title type="html">[Boost-users] [BGL] assert( source(* (out_edges(v, undigraph).first), undigraph) == v )</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;When I have an undirected graph, for edge_descriptor &lt;br&gt; source and target still are defined. &lt;br&gt; &lt;p&gt;That is stated here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.boost.org/doc/libs/1_53_0/libs/graph/doc/graph_concepts.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;My question. Is &lt;br&gt; &lt;p&gt;edge_descriptor ed = * out_edges(v,undigraph).first; &lt;br&gt; &lt;p&gt;Is there a requirement for graph implementations
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alexander Mingalev</name>
  <email>infest...@gmail.com</email>
  </author>
  <updated>2013-05-17T12:07:38Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/ec648e52bdf0b04e</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/ec648e52bdf0b04e" />
  <title type="html">[Boost-users] [msm] interrupt_state with more then one event that ends interrupt?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Subj, Is that possible? &lt;br&gt; for example, one event continues processing, the another one finishes &lt;br&gt; the whole state-machine (some clean-up actions etc). &lt;br&gt; &lt;p&gt;I tried &lt;br&gt; &lt;p&gt;struct Interrupt : public msmf::interrupt_state&amp;lt; boost::mpl::vector&amp;lt;Foo, &lt;br&gt; Bar&amp;gt; &amp;gt; {}; &lt;br&gt; &lt;p&gt;and &lt;br&gt; &lt;p&gt;struct Interrupt : public msmf::interrupt_state&amp;lt; msmf::ActionSequence_&amp;lt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Littlefield, Tyler</name>
  <email>ty...@tysdomain.com</email>
  </author>
  <updated>2013-05-17T04:08:30Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/223092399124abb7</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/223092399124abb7" />
  <title type="html">[Boost-users] which library to use:cleaning up singletons</title>
  <summary type="html" xml:space="preserve">
  hello all: &lt;br&gt; I have a fairly large code base that has a lot of modules and systems. &lt;br&gt; The problem is that I have a main &amp;quot;engine&amp;quot; object that holds pointers to &lt;br&gt; a lot of created modules and components. I&#39;m trying to find a more &lt;br&gt; dynamic way to do this, and I thought boost might be able to help. As a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ioannis Papadopoulos</name>
  <email>ipapa...@cse.tamu.edu</email>
  </author>
  <updated>2013-05-16T21:20:15Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/488f7a60497d2c13</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/488f7a60497d2c13" />
  <title type="html">[Boost-users] [Boost.Atomic] Wait-free multi-producer queue example bug?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;In &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.boost.org/doc/libs/1_53_0/doc/html/atomic/usage_examples.html#boost_atomic.usage_examples.mp_queue&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I see that pop_all_reverse() is implemented as: &lt;br&gt; &lt;p&gt;node * pop_all_reverse(void) &lt;br&gt; { &lt;br&gt; return head_.exchange(0, boost::memory_order_consume); &lt;br&gt; &lt;p&gt;Shouldn&#39;t the memory order be memory_order_acquire in this example? If
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oodini</name>
  <email>svdbg...@free.fr</email>
  </author>
  <updated>2013-05-16T11:44:54Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/0b872cc91fd10e7e</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/0b872cc91fd10e7e" />
  <title type="html">[Boost-users] Interprocess : offset_ptr used as array</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I have an offset_ptr named tmpData defined like this : &lt;br&gt; &lt;p&gt;offset_ptr&amp;lt;const byte&amp;gt;* someVariable; &lt;br&gt; indextype index; &lt;br&gt; ... &lt;br&gt; offset_ptr&amp;lt;const byte&amp;gt; tmpData = ((offset_ptr&amp;lt;const byte&amp;gt;*)someVariable)[index]; &lt;br&gt; &lt;p&gt;data points actually to the beginning of an array. &lt;br&gt; The original code, without shared memory was :
  </summary>
  </entry>
  <entry>
  <author>
  <name>Szymon Gatner</name>
  <email>szymon.gat...@gmail.com</email>
  </author>
  <updated>2013-05-16T10:12:21Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/c56845be14796811</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/c56845be14796811" />
  <title type="html">[Boost-users] [smart_ptr] Migrating from boost::shared_ptr&lt;&gt; to std::shared_ptr&lt;&gt;</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;with recently acquired (semi) C++11 compiler (YEY!) I started to think &lt;br&gt; which of BOOST functionality could be replaced by standard counterparts. &lt;br&gt; First obvious candidates are smart pointers. &lt;br&gt; &lt;p&gt;Thing is, there is lots of functions that take boost::shared_ptr&amp;lt;&amp;gt; as &lt;br&gt; arguments (or return them) and it is just not easy to do do. My questions:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Slava</name>
  <email>viatcheslav.sysolt...@h-d-gmbh.de</email>
  </author>
  <updated>2013-05-16T09:58:27Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/c6897b3f0d44732d</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/c6897b3f0d44732d" />
  <title type="html">[Boost-users] [SmartPtr] enable_shared_from_raw / weak_from_raw remains not associated</title>
  <summary type="html" xml:space="preserve">
  I&#39;m converting existing code with parent-child object tree to boost &lt;br&gt; shared_ptr/weak_ptr with parents having [now shared] ownership over the &lt;br&gt; children and children having weak reference to the parent. In the existing &lt;br&gt; code a parent usually becomes the children as constructor parameters, and
  </summary>
  </entry>
  <entry>
  <author>
  <name>siva teja</name>
  <email>chsivat...@gmail.com</email>
  </author>
  <updated>2013-05-15T19:37:34Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/789d1d6dfc1206ab</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/789d1d6dfc1206ab" />
  <title type="html">[Boost-users] PROBLEM WITH BOOST MPI</title>
  <summary type="html" xml:space="preserve">
  Hi friends, &lt;br&gt; &lt;p&gt;I have to run distributed_delta_stepping with graphs in CSR fromat. So I &lt;br&gt; tried with &amp;quot;distributed_shortest_path_tes t.cpp&amp;quot; located at &amp;quot;&amp;lt;top of boost &lt;br&gt; source tree&amp;gt;/libs/graph_parallel/test / &amp;quot;. It reads a random graph in &lt;br&gt; adjacency list format. But I have to run DIMACS_USA graph in CSR format.
  </summary>
  </entry>
  <entry>
  <author>
  <name>B Hart</name>
  <email>bhar...@gmail.com</email>
  </author>
  <updated>2013-05-15T18:11:42Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/d99b3eb3e0d485cd</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/d99b3eb3e0d485cd" />
  <title type="html">[Boost-users] Re: How to Boost static lib build under Mountain Lion and XCODE 4.6</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m trying to install and use Boost 1_53_0 on MAC OS X Mountain Lion and &lt;br&gt; use it with the latest XCODE 4.6.x. I want to port a small MS VS MFC C++ &lt;br&gt; app. I developed on Windows to MAC. &lt;br&gt; &lt;p&gt;Specifically I need to install and build boost as static libraries. I&#39;m &lt;br&gt; completely new to programming on the MAC side of things. I understand that
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stephen Woodbridge</name>
  <email>wood...@swoodbridge.com</email>
  </author>
  <updated>2013-05-15T15:54:10Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/68068aa8dfa643a6</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/68068aa8dfa643a6" />
  <title type="html">[Boost-users] [Graph] Problem with large vertex ids</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;I&#39;m trying to understand/fix some bugs in pgRouting that use the boost &lt;br&gt; libraries. I know C not not C++, so I can understand most of the more &lt;br&gt; C-ish parts. We have an old bug that I believe is caused when we add an &lt;br&gt; edge and it has large vertex ids or when there is a large number between
  </summary>
  </entry>
  <entry>
  <author>
  <name>Petr Silhavik</name>
  <email>silha...@fel.cvut.cz</email>
  </author>
  <updated>2013-05-15T06:20:50Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/de59069f8c17c84a</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/de59069f8c17c84a" />
  <title type="html">[Boost-users] Statechart timer extension and new version of visualizer</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have implemented timers for library Boost Statechart. It was tested &lt;br&gt; only on Linux because it uses POSIX threads. It is extension that &lt;br&gt; replaces fifo_scheduler and fifo_worker with only one class Scheduler. &lt;br&gt; That means that it is suitable only for asynchronous state machines. &lt;br&gt; &lt;p&gt;The source codes with example and short description can be downloaded
  </summary>
  </entry>
  <entry>
  <author>
  <name>Richard Langly</name>
  <email>richard.ringo.lan...@gmail.com</email>
  </author>
  <updated>2013-05-14T23:42:12Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/cffb3ed225257c29</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/cffb3ed225257c29" />
  <title type="html">[Boost-users] directory monitoring with dynamically added dirs</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to dynamically add directories from a config file before I enter &lt;br&gt; my programs main loop using the ASIO dir monitor example. I&#39;ve not been &lt;br&gt; able to understand the internals yet. Below is my current iteration of what &lt;br&gt; I&#39;m trying. I have been able to get the simple examples running just like
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yeni Lora</name>
  <email>yenisleidi.l...@gmail.com</email>
  </author>
  <updated>2013-05-14T15:10:59Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/19700fa42a6211be</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/19700fa42a6211be" />
  <title type="html">[Boost-users] (no subject)</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; I have a problem with my code I using mpi. &lt;br&gt; The error is with mca_btl_tcp_frag_recv, and I don´t know what mean... &lt;br&gt; The error complete &lt;br&gt; &lt;p&gt;[../../../../../../ompi/mca/bt l/tcp/btl_tcp_frag.c:216:mca_b tl_tcp_frag_recv] &lt;br&gt; mca_btl_tcp_frag_recv: readv failed: Connection timed out (110) &lt;br&gt; &lt;p&gt;and &lt;br&gt; &lt;p&gt;[btl_tcp_frag.c:216:mca_btl_tc p_frag_recv] mca_btl_tcp_frag_recv:
  </summary>
  </entry>
  <entry>
  <author>
  <name>samriti katoch</name>
  <email>angelic....@gmail.com</email>
  </author>
  <updated>2013-05-13T21:27:36Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/33f55a2fbc7e9332</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/33f55a2fbc7e9332" />
  <title type="html">[Boost-users] [msm] Injecting events to FSMs from different translation units</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am using boost msm to design state machines for a relatively large &lt;br&gt; project. &lt;br&gt; &lt;p&gt;The documentation online is pretty good and I was able to figure out most &lt;br&gt; features by looking at the sample code (thanks!). &lt;br&gt; &lt;p&gt;My particular application has multiple FSM instances active at any given &lt;br&gt; time, and what I would like to do is to be able to generate events for a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oodini</name>
  <email>svdbg...@free.fr</email>
  </author>
  <updated>2013-05-13T15:05:44Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/7fd3e02f914e5cd6</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/7fd3e02f914e5cd6" />
  <title type="html">[Boost-users] Interprocess : vectors of vectors</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I&#39;d like to share a vector of vectors (jagged 2D array). &lt;br&gt; The data come from a deserialization. &lt;br&gt; I know the size of the &amp;quot;external&amp;quot; vector. The sizes of the &amp;quot;internal&amp;quot; vectors are discovered during deserialization. &lt;br&gt; &lt;p&gt;I read : &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.boost.org/doc/libs/1_52_0/doc/html/interprocess/quick_guide.html#interprocess.quick_guide.qg_interprocess_container&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mathieu Champlon</name>
  <email>m.champ...@free.fr</email>
  </author>
  <updated>2013-05-12T06:05:34Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/f5e4ec9de402c65d</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/f5e4ec9de402c65d" />
  <title type="html">[Boost-users] boost::addressof and std::nullptr_t</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;With MSVC 2010 the following code fails to compile : &lt;br&gt; &lt;p&gt; std::nullptr_t np; &lt;br&gt; boost::addressof( np ); &lt;br&gt; &lt;p&gt;The error being : &lt;br&gt; &lt;p&gt;1&amp;gt;....\boost/utility/addressof .hpp(59): error C2666: &lt;br&gt; &#39;boost::detail::addressof_impl &amp;lt;T&amp;gt;::f&#39; : 2 overloads have similar conversions &lt;br&gt; 1&amp;gt; with &lt;br&gt; 1&amp;gt; [
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Marcin</name>
  <email>mike.mar...@gmail.com</email>
  </author>
  <updated>2013-05-12T04:37:10Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/4207eed25ca2fb1f</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/4207eed25ca2fb1f" />
  <title type="html">[Boost-users] Constraining unordered template constructors</title>
  <summary type="html" xml:space="preserve">
  I have a class that I want to have accept 0-5 arguments in any order for &lt;br&gt; it&#39;s constructor. Each argument is a const references to one of 5 &lt;br&gt; possible class types. All arguments must be distinct in type, passing &lt;br&gt; the same type twice in an error. Passing an argument that is not one of &lt;br&gt; the 5 supported types is also an error.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dan Searles</name>
  <email>dansear...@yahoo.com</email>
  </author>
  <updated>2013-05-11T15:52:20Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/6cfb866842369292</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/6cfb866842369292" />
  <title type="html">Re: [Boost-users] Boost-users Digest, Vol 3442, Issue 1</title>
  <summary type="html" xml:space="preserve">
  Does the wrapping include handling &#39;qwer&#39; on platforms where int is not 4 bytes? &lt;br&gt; It may, I don&#39;t have a way to test it. &lt;br&gt; &lt;p&gt;Opinions may differ on the readability of: &lt;br&gt; &lt;p&gt;    typedef mpl::string&amp;lt;&#39;hell&#39;,&#39;o wo&#39;,&#39;rld&#39;&amp;gt; ...... &lt;br&gt; &lt;p&gt;vs: &lt;br&gt; &lt;p&gt;    typedef mpl::string&amp;lt;&#39;h&#39;,&#39;e&#39;,&#39;l&#39;,&#39;l&#39;,&#39;o &#39;,&#39; &#39;,&#39;w&#39;,&#39;o&#39;,&#39;r&#39;,&#39;l&#39;,&#39;d&#39;&amp;gt;.....
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roman Himmes</name>
  <email>him...@idev.de</email>
  </author>
  <updated>2013-05-11T10:51:59Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/b889aec9de835e05</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/b889aec9de835e05" />
  <title type="html">[Boost-users] Compile error using boost 1.53.0, clang, libstdc++ and C++11</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;at the moment I try to compile a project that is using boost on my mac. &lt;br&gt; The project is using c++11 features so I need to use clang with libstdc++. &lt;br&gt; I compiled boost with: &lt;br&gt; &lt;p&gt;It seems that trying to include &lt;br&gt; &amp;quot;boost/date_time/gregorian/gre gorian.hpp&amp;quot; leads to the compile error &lt;br&gt; below. Googling I found some remarks about char16_t and char32_t types
  </summary>
  </entry>
  <entry>
  <author>
  <name>Didier J-P Guion Firmin</name>
  <email>gf.didie...@gmail.com</email>
  </author>
  <updated>2013-05-10T17:57:47Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/eb294ecdbaddf03e</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/eb294ecdbaddf03e" />
  <title type="html">[Boost-users] CANNOT COMPILE BOOST 153 WITH GCC-4.8</title>
  <summary type="html" xml:space="preserve">
  Hi guys, &lt;br&gt; I&#39;ve tried to compile boost 153 with gcc-4.8 and two weird things are &lt;br&gt; happening. &lt;br&gt; &lt;p&gt;1 - a bunch of warning during compile time &lt;br&gt; 2 - any program using boost thread errors out : &lt;br&gt; &lt;p&gt;Threading support unavaliable: it has been explicitly disabled with &lt;br&gt; BOOST_DISABLE_THREADS&amp;quot; &lt;br&gt; &lt;p&gt;Can you please help me figure out what I&#39;m doing wrong
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rich E</name>
  <email>reakina...@gmail.com</email>
  </author>
  <updated>2013-05-10T17:16:58Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/6f061ce97f6edfcc</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/6f061ce97f6edfcc" />
  <title type="html">[Boost-users] [lockfree] overwriting push?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m using boost::lockfree::spsc_queue in an audio graph to allow audio &lt;br&gt; input samples written from one thread to be read from another. This &lt;br&gt; currently looks like: &lt;br&gt; &lt;p&gt;class RingBuffer { &lt;br&gt; public: &lt;br&gt; RingBuffer() : mLockFreeQueue( 0 ) {} &lt;br&gt; &lt;p&gt;RingBuffer( size_t size ) : mLockFreeQueue( size + 1 ), mSize( size ) {}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lasse Laursen</name>
  <email>ga...@42.dk</email>
  </author>
  <updated>2013-05-10T07:32:15Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/67a8315b485251a0</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/67a8315b485251a0" />
  <title type="html">[Boost-users] Boost Serialization now results in a compiler error - I have a fix, but I&#39;m still unsure as to the cause</title>
  <summary type="html" xml:space="preserve">
  Dear boosters, &lt;br&gt; &lt;p&gt;I work with Cinder, creating an audio mixing app. Having recently &lt;br&gt; reached a milestone, I&#39;ve upgraded from Vs2010 to Vs2012 as well as to &lt;br&gt; the latest Cinder (0.8.5) which also upgraded boost to 1.53. &lt;br&gt; &lt;p&gt;While porting some code over that uses Serialization, I suddenly &lt;br&gt; provoked the following compiler error:
  </summary>
  </entry>
  <entry>
  <author>
  <name>siva teja</name>
  <email>chsivat...@gmail.com</email>
  </author>
  <updated>2013-05-10T01:51:02Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/8c84130fbc6a6992</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/8c84130fbc6a6992" />
  <title type="html">[Boost-users] Problems with MPI and PBGL</title>
  <summary type="html" xml:space="preserve">
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martinell, Dan F</name>
  <email>dan.f.martin...@boeing.com</email>
  </author>
  <updated>2013-05-10T00:05:42Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/1569051266a4a7a4</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/1569051266a4a7a4" />
  <title type="html">[Boost-users] Access violation while deleting ssl socket</title>
  <summary type="html" xml:space="preserve">
  I just upgraded the boost libraries from 1.43 to 1.53 and switched from a 32bit build to a 64bit build. The code worked fine before the upgrade but in 1.53 I am getting an out of access violation while trying to delete the sslSocket. &lt;br&gt; &lt;p&gt;Here is a sample of the code: &lt;br&gt; &lt;p&gt;ssl::stream&amp;lt;ip::tcp::socket&amp;gt;* sslSocket = (ssl::stream&amp;lt;ip::tcp::socket&amp;gt;* ) NULL;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Stankevitz</name>
  <email>chrisstankev...@gmail.com</email>
  </author>
  <updated>2013-05-08T20:01:06Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/045bde8337b30b0a</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/045bde8337b30b0a" />
  <title type="html">[Boost-users] UDP: socket::open does not take an endpoint</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;boost::asio::ip::udp::socket offers two ways to open: &lt;br&gt; &lt;p&gt;a) pass io_service and endpoint to the socket::socket &lt;br&gt; &lt;p&gt;b) pass io_service to socket::socket, then call socket::open &lt;br&gt; &lt;p&gt;=== &lt;br&gt; &lt;p&gt;The UDP async server example uses method (a): &lt;br&gt; &lt;p&gt;boost::asio::ip::udp::socket Socket( &lt;br&gt; IoService, &lt;br&gt; boost::asio::ip::udp::endpoint (boost::asio::ip::udp::v4(), 13));
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hernán Leoni</name>
  <email>leoni.her...@gmail.com</email>
  </author>
  <updated>2013-05-08T13:10:29Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/904d255b17d94119</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/904d255b17d94119" />
  <title type="html">[Boost-users] weird problem with mutexes on boost::interprocess</title>
  <summary type="html" xml:space="preserve">
  It seems we found a weird bug with boost interprocess, some internal &lt;br&gt; problem on the scoped_lock is generating a deadlock. &lt;br&gt; &lt;p&gt;A simple correct usage like &lt;br&gt; &lt;p&gt;void foo() { &lt;br&gt; scoped_lock&amp;lt;t_mutex&amp;gt; lock(amutex); &lt;br&gt; ..... &lt;br&gt; &lt;p&gt;is producing the deadlock when running 100 concurrent processes &lt;br&gt; &lt;p&gt;after changing to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bryan Catanzaro</name>
  <email>bcatanz...@acm.org</email>
  </author>
  <updated>2013-05-08T00:39:49Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/d97fbe24c6bcdbd5</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/d97fbe24c6bcdbd5" />
  <title type="html">[Boost-users] boost::variant &amp; c++11</title>
  <summary type="html" xml:space="preserve">
  Hi - &lt;br&gt; &lt;p&gt;I seem to have run into a regression with boost::variant from 1.48 to &lt;br&gt; 1.53. With C++11 enabled, using g++, the following code seems to confuse &lt;br&gt; variant&#39;s constructor selection machinery: if you look at the line after &lt;br&gt; attempts to convert construct from extract&amp;lt;my_variant&amp;gt; to A or B. It should
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mohammad Daei</name>
  <email>mod...@gmail.com</email>
  </author>
  <updated>2013-05-07T10:52:25Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/08eaf4edfd6d7aa7</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/08eaf4edfd6d7aa7" />
  <title type="html">[Boost-users] boost::disable_interruption problem</title>
  <summary type="html" xml:space="preserve">
  Hi. I&#39;m trying to use boost package in Eclipse platform. In this line of &lt;br&gt; code: &lt;br&gt; &lt;p&gt;boost::this_thread::disable_in terruption di; &lt;br&gt; &lt;p&gt;Although boost-1.41.0-17 is installed and I have included boost/thread.hpp &lt;br&gt; in the code, I receive the this error: &lt;br&gt; &lt;p&gt;undefined reference to &lt;br&gt; &#39;boost::this_thread::disable_i nterruption::disable_interrupt ion()
  </summary>
  </entry>
  <entry>
  <author>
  <name>John M. Dlugosz</name>
  <email>mpbecey...@snkmail.com</email>
  </author>
  <updated>2013-05-07T10:59:40Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/0f250d6eb92b925d</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/0f250d6eb92b925d" />
  <title type="html">Re: [Boost-users] Boost-users Digest, Vol 3438, Issue 1</title>
  <summary type="html" xml:space="preserve">
  In Windows, if you change the size of a mapping you are not guaranteed to get the same &lt;br&gt; address again. &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>John M. Dlugosz</name>
  <email>mpbecey...@snkmail.com</email>
  </author>
  <updated>2013-05-07T04:01:23Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/c19dfdb4f54f3050</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/c19dfdb4f54f3050" />
  <title type="html">[Boost-users] [Boost.AutoBuffer] discussion</title>
  <summary type="html" xml:space="preserve">
  How might I get your current version? &lt;br&gt; &lt;p&gt;—John &lt;br&gt; &lt;p&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>Oodini</name>
  <email>svdbg...@free.fr</email>
  </author>
  <updated>2013-05-06T16:10:11Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/5fbe157b84c46603</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/5fbe157b84c46603" />
  <title type="html">[Boost-users] Interprocess : appending data</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I create a shared_memory_object, truncate it to set its size, and then create a mapped_region. &lt;br&gt; &lt;p&gt;I would like to know it would be possible to append new data, by applying a new truncation. &lt;br&gt; &lt;p&gt;Also, is it possible to have a second name pointing in the same memory, but with an offset ? &lt;br&gt; &lt;p&gt;Thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John M. Dlugosz</name>
  <email>mpbecey...@snkmail.com</email>
  </author>
  <updated>2013-05-06T07:22:57Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/dcf561c7195f5856</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/dcf561c7195f5856" />
  <title type="html">[Boost-users] [Boost.AutoBuffer] discussion</title>
  <summary type="html" xml:space="preserve">
  Thanks. I found that copy, and it had your name on it too, so I figure it must be the &lt;br&gt; same code. &lt;br&gt; &lt;p&gt;I like the feature of making an &amp;quot;uninitialized&amp;quot; expansion, too. In particular, for &lt;br&gt; dealing with &amp;quot;out&amp;quot; parameters of OS API calls or legacy code, I want to naturally give my &lt;br&gt; buffer as a vector.data(). But it is annoying to me that it needs to zero out the whole
  </summary>
  </entry>
  <entry>
  <author>
  <name>Svetlana Olonetsky</name>
  <email>svetlana.olonet...@gmail.com</email>
  </author>
  <updated>2013-05-06T06:09:10Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/288ba64b62659ff2</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/288ba64b62659ff2" />
  <title type="html">[Boost-users] thread crash on windows with icc in Release</title>
  <summary type="html" xml:space="preserve">
  Hello Boost Users, &lt;br&gt; &lt;p&gt;I want to start using boost. &lt;br&gt; The program below crashes for me in Release only. &lt;br&gt; &lt;p&gt;I am running in Visual studio 9.0 with icc 11.1. &lt;br&gt; I compiled boost (1.53/1.52) with: &lt;br&gt; &lt;p&gt;void change_count() {} &lt;br&gt; &lt;p&gt;int main(int, char*[]) { &lt;br&gt; boost::thread thread_1(change_count); &lt;br&gt; thread_1.join();
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jens Weller</name>
  <email>jenswel...@gmx.de</email>
  </author>
  <updated>2013-05-05T14:15:41Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/314e9809fb44e264</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/314e9809fb44e264" />
  <title type="html">[Boost-users] Call for Papers - Meeting C++ 2013</title>
  <summary type="html" xml:space="preserve">
  Hello boost community! &lt;br&gt; &lt;p&gt;  &lt;br&gt; &lt;p&gt;A short reminder that there are only 10 days left to submit a talk to Meeting C++ 2013: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.meetingcpp.com/index.php/submit-your-talk.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;  &lt;br&gt; &lt;p&gt;So far there have been plenty of good talks submitted, the schedule will be really good again! &lt;br&gt; &lt;p&gt; 
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edward Diener</name>
  <email>eldie...@tropicsoft.com</email>
  </author>
  <updated>2013-05-05T11:10:21Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/ce30cbb9534594e3</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/ce30cbb9534594e3" />
  <title type="html">[Boost-users] Boost under Linux, invoking bootstrap</title>
  <summary type="html" xml:space="preserve">
  I am trying to get started using Boost under Linux in order to test my &lt;br&gt; TTI library using the latest trunk. So first I try using bootstrap with: &lt;br&gt; &lt;p&gt;./bootstrap.sh --prefix=~/bin &lt;br&gt; &lt;p&gt;It completes succesfully but nothing is put in my home bin subdirectory. &lt;br&gt; Did I do something wrong ? &lt;br&gt; &lt;p&gt;Invoking ./b2 --help does seem to work.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Olaf Peter</name>
  <email>ope-de...@gmx.de</email>
  </author>
  <updated>2013-05-05T06:03:41Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/9a048deccfa6bc05</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/9a048deccfa6bc05" />
  <title type="html">[Boost-users] fusion io problem</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I run into the problem to provide ostream operator&amp;lt;&amp;lt; support for &lt;br&gt; spirit&#39;s debug facility and for lazyness using fusion&#39;s io support: &lt;br&gt; &lt;p&gt;---8&amp;lt;--- &lt;br&gt; &lt;p&gt;namespace fusion = boost::fusion; &lt;br&gt; &lt;p&gt;namespace client { &lt;br&gt; &lt;p&gt; struct point { &lt;br&gt; int x,y; &lt;br&gt; }; &lt;br&gt; &lt;p&gt; template&amp;lt;typename CharT&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Olaf Peter</name>
  <email>ope-de...@gmx.de</email>
  </author>
  <updated>2013-05-04T19:24:21Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/ee86d8b903676fb4</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/ee86d8b903676fb4" />
  <title type="html">[Boost-users] mpl::c_str&lt;mpl::string&lt;&gt;&gt; compile error</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;the code here doesn&#39;t compile: &lt;br&gt; &lt;p&gt;namespace mpl = boost::mpl; &lt;br&gt; &lt;p&gt;typedef mpl::string&amp;lt;&#39;h&#39;,&#39;e&#39;,&#39;l&#39;,&#39;l&#39;,&#39;o &#39;,&#39; &#39;,&#39;w&#39;,&#39;o&#39;,&#39;r&#39;,&#39;l&#39;,&#39;d&#39;&amp;gt;::type &lt;br&gt; my_hello; &lt;br&gt; &lt;p&gt;int main() &lt;br&gt; { &lt;br&gt; std::cout &amp;lt;&amp;lt; mpl::c_str&amp;lt;my_hello&amp;gt;::value &amp;lt;&amp;lt; &#39;\n&#39;; &lt;br&gt; std::cout &amp;lt;&amp;lt; BOOST_MPL_LIMIT_STRING_SIZE &amp;lt;&amp;lt; &#39;\n&#39;; &lt;br&gt; &lt;p&gt;As usual, the example from docs works. The error is:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martinell, Dan F</name>
  <email>dan.f.martin...@boeing.com</email>
  </author>
  <updated>2013-05-03T22:48:02Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/580f2a0105da244a</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/580f2a0105da244a" />
  <title type="html">[Boost-users] Access violation while deleting ssl socket</title>
  <summary type="html" xml:space="preserve">
  I just upgraded the boost libraries from 1.43 to 1.53 and switched from a 32bit build to a 64bit build. The code worked fine before the upgrade but in 1.53 I am getting an out of access violation while trying to delete the sslSocket. &lt;br&gt; &lt;p&gt;Here is a sample of the code: &lt;br&gt; &lt;p&gt;ssl::stream&amp;lt;ip::tcp::socket&amp;gt;* sslSocket = (ssl::stream&amp;lt;ip::tcp::socket&amp;gt;* ) NULL;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sandeep Gupta</name>
  <email>gupta.sand...@gmail.com</email>
  </author>
  <updated>2013-05-03T22:41:15Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/70dede907f5bf0e3</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/70dede907f5bf0e3" />
  <title type="html">[Boost-users] Fwd: [BGL] wrapping bundled properties</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have my own container and define a wrapper around it to make it behave &lt;br&gt; like a BGL graph. &lt;br&gt; Is it possible (and does it make sense) to define wrapper for bundled &lt;br&gt; properties i.e. I want to control the storage of the bundled properties but &lt;br&gt; want the expression to evaluate &lt;br&gt; &lt;p&gt; G[n].color = white
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miklós Tóth</name>
  <email>spiralfu...@gmail.com</email>
  </author>
  <updated>2013-05-03T06:50:46Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/a41a3d54d3c7fc2b</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/a41a3d54d3c7fc2b" />
  <title type="html">[Boost-users] [Graph] undefined trait functions</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;I&#39;ve a problem, with Boost Graph Library and gcc 4.7. &lt;br&gt; I have a legacy graph representation that i like to wrap with a graph &lt;br&gt; adaptor to access boost graph algorythms. &lt;br&gt; &lt;p&gt;1: I&#39;ve created a graph adaptor, that contains my legacy graph. This is a &lt;br&gt; simple struct: &lt;br&gt; &lt;p&gt;struct legacy_graph_adaptor {
  </summary>
  </entry>
  <entry>
  <author>
  <name>John M. Dlugosz</name>
  <email>mpbecey...@snkmail.com</email>
  </author>
  <updated>2013-05-02T23:52:05Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/3722b4399562b1d2</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/3722b4399562b1d2" />
  <title type="html">[Boost-users] What ever happened to Boost.AutoBuffer?</title>
  <summary type="html" xml:space="preserve">
  I recall some &amp;quot;detail&amp;quot; code in Boost that does exactly what I want: allocate a &lt;br&gt; probably-good-enough size on the stack but switch to heap if needed. But I can&#39;t remember &lt;br&gt; where I saw it. &lt;br&gt; &lt;p&gt;Looking around, I came across mentions of Boost.AutoBuffer by Thorsten Ottosen, but all &lt;br&gt; links are dead. &lt;br&gt; ______________________________ _________________
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andreas Mainik</name>
  <email>amai...@gmx.de</email>
  </author>
  <updated>2013-05-01T12:35:51Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/e5be6dd83b1f0d2c</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/e5be6dd83b1f0d2c" />
  <title type="html">[Boost-users] serialization of boost::shared_ptr to stl collection</title>
  <summary type="html" xml:space="preserve">
  Hello All, &lt;br&gt; &lt;p&gt;I have got the following warning &lt;br&gt; &lt;p&gt;1&amp;gt;boost\boost_1_44_0\boost\mpl \print.hpp(51): warning C4308: negative &lt;br&gt; integral constant converted to unsigned type &lt;br&gt; 1&amp;gt; boost\boost_1_44_0\boost\seria lization\static_warning.hpp(92 ) &lt;br&gt; being compiled &lt;br&gt; 1&amp;gt; with &lt;br&gt; 1&amp;gt; [ &lt;br&gt; 1&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>YaoYuan</name>
  <email>yaoyuan1...@gmail.com</email>
  </author>
  <updated>2013-05-01T02:36:16Z</updated>
  <id>http://groups.google.com/group/boost-list/browse_thread/thread/40779d68a325c671</id>
  <link href="http://groups.google.com/group/boost-list/browse_thread/thread/40779d68a325c671" />
  <title type="html">[Boost-users] [BGL] graphviz imcompatible with dijkstra_shortest_paths</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I try to use graphviz. But when I add &amp;quot;#include &lt;br&gt; &amp;lt;boost/graph/graphviz.hpp&amp;gt;&amp;quot; to the example &lt;br&gt; &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.boost.org/doc/libs/1_53_0/libs/graph/example/dijkstra-example.cpp&quot;&gt;[link]&lt;/a&gt;&amp;quot;, &lt;br&gt; I get a compilation error. &lt;br&gt; &lt;p&gt;I use boost 1.53 and vs2012 express with command line option &amp;quot;/link &lt;br&gt; libboost_graph-vc110-s-1_53.li b libboost_regex-vc110-s-1_53.li b&amp;quot;. The
  </summary>
  </entry>
</feed>
