Boost logo

Boost :

From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2020-03-26 10:54:13


>> Ok, then I have to require MSVC 2015 which is fine to me.
>> How would I tell the test matrix about this?
> By specifying cxx11 features as required in test/Jamfile
>
> For example:
> https://github.com/boostorg/mp11/blob/develop/test/Jamfile#L15
> https://github.com/boostorg/gil/blob/develop/test/Jamfile#L57-L63

The feature I require does not yet exist. I need movable std streams
which MSVC supports since 2015 but 2013 does support most (many) C++11
features already. So checking other features is not reliable.
I don't know enough about B2 to implement such thing myself. It seems to
be Boost.Config providing those but most checks rely on Boost macros or
std feature tests. There is neither for this.

Best Regards




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