Boost logo

Boost :

Subject: Re: [boost] C++0x and MSVC 10
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2010-02-14 22:45:11


On 14 February 2010 22:30, Zachary Turner <divisortheory_at_[hidden]> wrote:
>
> It almost appears as if the #else was simply forgotten on the first #if.
>  Can't we safely change the first conditional to the following?
>

I thought the convention was, for standard features, to just have the
_NO_ version, and check for #ifndef if you want it, rather than having
to keep both _NO_ and _HAS_ versions of the same thing.


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