#3726 closed Patches (fixed)
[config] BOOST_NO_NULLPTR on VC10
| Reported by: | 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)
Change History (7)
by , 13 years ago
| Attachment: | no_nullptr_msvc_2010.patch added | 
|---|
comment:1 by , 13 years ago
| Cc: | added | 
|---|
comment:2 by , 13 years ago
| Cc: | msb_6@msn.com → msb_6@msn.com, | 
|---|---|
| Owner: | changed from to | 
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 , 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 , 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:6 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
closing this, as the VC10 config has been changed for #4110.


Patch