25 Feb
2021
25 Feb
'21
9:15 p.m.
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