Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2021-02-25 21:15:20


On 2/25/21 12:48 PM, Gavin Lambert via Boost wrote:

> Conditioning a boost test on boost version < N is equivalent to just
> unconditionally suppressing it, no?

No - because boost version <= 1.75 math library supports C++03 while
other versions don't/wont.

>
> Isn't the goal to only suppress it when not compiling >= C++11?
yep

> Shouldn't you just check __cplusplus >= 201103 for that?

Hmmm - is this portable on all compilers? Is this part of config.hpp?

>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


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