Boost C++ Libraries: Ticket #6727: boost/interprocess/sync/shm/named_condition.hpp duplicates a nested namespace https://svn.boost.org/trac10/ticket/6727 <p> boost/interprocess/sync/shm/named_condition.hpp mistakenly creates the namespace boost::interprocess::ipcdetail::ipcdetail which causes files included after it to fail to compile. </p> <p> The following trivial test program causes compilation to fail under g++ 4.6.1: </p> <p> #include &lt;boost/interprocess/sync/shm/named_condition.hpp&gt; #include &lt;boost/interprocess/allocators/detail/allocator_common.hpp&gt; </p> <p> The attached patch removes the accidental declaration of this inner namespace </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6727 Trac 1.4.3 Jeff Odom <jeff.odom@…> Thu, 22 Mar 2012 22:33:51 GMT attachment set https://svn.boost.org/trac10/ticket/6727 https://svn.boost.org/trac10/ticket/6727 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">diff</span> </li> </ul> <p> Patch against svn rev 77488 </p> Ticket Ion Gaztañaga Sun, 10 Feb 2013 22:16:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6727#comment:1 https://svn.boost.org/trac10/ticket/6727#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Thanks for the report. It was fixed in revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/72912" title="cleaning up directory">[72912]</a> </p> Ticket