Boost C++ Libraries: Ticket #7695: 1.52.0 config does not correctly identify features available with VC11 https://svn.boost.org/trac10/ticket/7695 <p> dinkumware.hpp shows that &lt;mutex&gt; is unavailable with boost 1.52.0 when built with Microsoft VC11. </p> <p> I noticed this when attempting to detect the presence of mutex (not in VC10, in VC11) via the boost config define (BOOST_NO_CXX11_HDR_MUTEX). </p> <p> A review should be made of the other features added in VC11. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7695 Trac 1.4.3 Charles Wilson <charles_j_wilson@…> Thu, 15 Nov 2012 18:08:12 GMT <link>https://svn.boost.org/trac10/ticket/7695#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7695#comment:1</guid> <description> <p> Here's the MSVC11 notes page <a class="ext-link" href="http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx"><span class="icon">​</span>http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx</a> </p> <p> The headers available include: &lt;atomic&gt;, &lt;chrono&gt;, &lt;condition_variable&gt;, &lt;future&gt;, &lt;mutex&gt;, &lt;ratio&gt;, &lt;scoped_allocator&gt;, and &lt;thread&gt; </p> </description> <category>Ticket</category> </item> <item> <author>Charles Wilson <charles_j_wilson@…></author> <pubDate>Mon, 19 Nov 2012 19:25:02 GMT</pubDate> <title>keywords changed https://svn.boost.org/trac10/ticket/7695#comment:2 https://svn.boost.org/trac10/ticket/7695#comment:2 <ul> <li><strong>keywords</strong> C++11 added </li> </ul> Ticket Marshall Clow Wed, 28 Nov 2012 15:56:52 GMT <link>https://svn.boost.org/trac10/ticket/7695#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7695#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81613" title="Update Dinkumware config with info for VC 2012; Refs #7695">[81613]</a>) Update Dinkumware config with info for VC 2012; Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7695" title="#7695: Bugs: 1.52.0 config does not correctly identify features available with VC11 (closed: fixed)">#7695</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Wed, 28 Nov 2012 15:58:22 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/7695#comment:4 https://svn.boost.org/trac10/ticket/7695#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Marshall Clow</span> </li> </ul> Ticket Marshall Clow Mon, 10 Dec 2012 19:17:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7695#comment:5 https://svn.boost.org/trac10/ticket/7695#comment:5 <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> I believe that this is complete now. </p> Ticket