Boost logo

Boost :

Subject: Re: [boost] [smart_ptr] error with nullptr_t
From: Michel Morin (mimomorin_at_[hidden])
Date: 2013-01-05 10:00:02


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk