
5 Jan
2013
5 Jan
'13
2:15 p.m.
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.