Boost logo

Boost :

Subject: Re: [boost] [smart_ptr] error with nullptr_t
From: Peter Dimov (lists_at_[hidden])
Date: 2013-01-05 09:15:22


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.


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