Boost C++ Libraries: Ticket #3726: [config] BOOST_NO_NULLPTR on VC10 https://svn.boost.org/trac10/ticket/3726 <p> The MSVC config header currently defines BOOST_NO_NULLPTR for all versions, but VC10 Beta2 does actually have nullptr support (see the blog post @ <a class="ext-link" href="http://blogs.msdn.com/vcblog/archive/2009/10/27/channel-9-video-stephan-t-lavavej-everything-you-ever-wanted-to-know-about-nullptr.aspx"><span class="icon">​</span>http://blogs.msdn.com/vcblog/archive/2009/10/27/channel-9-video-stephan-t-lavavej-everything-you-ever-wanted-to-know-about-nullptr.aspx</a>). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3726 Trac 1.4.3 Matthew Bradbury <msb_6@…> Wed, 23 Dec 2009 21:41:57 GMT attachment set https://svn.boost.org/trac10/ticket/3726 https://svn.boost.org/trac10/ticket/3726 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">no_nullptr_msvc_2010.patch</span> </li> </ul> <p> Patch </p> Ticket Matthew Bradbury <msb_6@…> Wed, 23 Dec 2009 21:42:55 GMT cc set https://svn.boost.org/trac10/ticket/3726#comment:1 https://svn.boost.org/trac10/ticket/3726#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">msb_6@…</span> added </li> </ul> Ticket John Maddock Sat, 06 Feb 2010 09:38:32 GMT cc, owner changed https://svn.boost.org/trac10/ticket/3726#comment:2 https://svn.boost.org/trac10/ticket/3726#comment:2 <ul> <li><strong>cc</strong> msb_6@msn.com → msb_6@msn.com, </li> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Beman Dawes</span> </li> </ul> <p> Beman - you added that macro I think - do we want to patch this now, or just wait for VC10 to be released and then patch whatever's required at once? </p> <p> John. </p> Ticket rwebb <richard.webb@…> Sat, 13 Feb 2010 10:29:50 GMT <link>https://svn.boost.org/trac10/ticket/3726#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3726#comment:3</guid> <description> <p> VC10 is now available as a release candidate, so it would be nice to get the Boost stuff updated before the next release. </p> <p> I'll have a look at the other config options to see if theres anything else. </p> </description> <category>Ticket</category> </item> <item> <author>rwebb <richard.webb@…></author> <pubDate>Sat, 13 Feb 2010 19:06:42 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3726#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3726#comment:4</guid> <description> <p> VC10 also has char16_t and char32_t, so i think the defines of </p> <p> BOOST_NO_CHAR16_T BOOST_NO_CHAR32_T </p> <p> need changing as well. </p> </description> <category>Ticket</category> </item> <item> <author>rwebb <richard.webb@…></author> <pubDate>Sun, 18 Apr 2010 10:03:54 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3726#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3726#comment:5</guid> <description> <p> Ping, now that the final version of VC10 is out. </p> </description> <category>Ticket</category> </item> <item> <author>rwebb <richard.webb@…></author> <pubDate>Tue, 20 Apr 2010 18:52:03 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3726#comment:6 https://svn.boost.org/trac10/ticket/3726#comment:6 <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> closing this, as the VC10 config has been changed for <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4110" title="#4110: Patches: VIsual Studio 2010 fixes (closed: fixed)">#4110</a>. </p> Ticket