
5 Jan
2013
5 Jan
'13
3 p.m.
Peter Dimov wrote:
Michel Morin wrote:
* If you want to use std::nullptr_t on clang with libstdc++ newer than 4.2, you can use defined(__GLIBCXX__) && !(__GLIBCXX__ >= 20080306 && __GLIBCXX__ != 20080519)
That looks almost certainly wrong, as g++ (and presumably libstdc++) doesn't have nullptr support until version 4.6.
You're right; that condition is wrong. Sorry, again, for the noise. Regards, Michel