Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#3726 closed Patches (fixed)

[config] BOOST_NO_NULLPTR on VC10

Reported by: rwebb <richard.webb@…> Owned by: Beman Dawes
Milestone: Boost 1.42.0 Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: Cc: msb_6@…,

Description

The MSVC config header currently defines BOOST_NO_NULLPTR for all versions, but VC10 Beta2 does actually have nullptr support (see the blog post @ http://blogs.msdn.com/vcblog/archive/2009/10/27/channel-9-video-stephan-t-lavavej-everything-you-ever-wanted-to-know-about-nullptr.aspx).

Attachments (1)

no_nullptr_msvc_2010.patch (632 bytes ) - added by Matthew Bradbury <msb_6@…> 13 years ago.
Patch

Download all attachments as: .zip

Change History (7)

by Matthew Bradbury <msb_6@…>, 13 years ago

Attachment: no_nullptr_msvc_2010.patch added

Patch

comment:1 by Matthew Bradbury <msb_6@…>, 13 years ago

Cc: msb_6@… added

comment:2 by John Maddock, 13 years ago

Cc: msb_6@msn.com → msb_6@msn.com,
Owner: changed from John Maddock to Beman Dawes

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?

John.

comment:3 by rwebb <richard.webb@…>, 13 years ago

VC10 is now available as a release candidate, so it would be nice to get the Boost stuff updated before the next release.

I'll have a look at the other config options to see if theres anything else.

comment:4 by rwebb <richard.webb@…>, 13 years ago

VC10 also has char16_t and char32_t, so i think the defines of

BOOST_NO_CHAR16_T BOOST_NO_CHAR32_T

need changing as well.

comment:5 by rwebb <richard.webb@…>, 13 years ago

Ping, now that the final version of VC10 is out.

comment:6 by rwebb <richard.webb@…>, 13 years ago

Resolution: fixed
Status: newclosed

closing this, as the VC10 config has been changed for #4110.

Note: See TracTickets for help on using tickets.