8 Apr
2019
8 Apr
'19
8:19 a.m.
On Mon, 8 Apr 2019 at 08:02, degski
Well, a bit too quick maybe:
Looking at the docs of boost::mp11. In order for the Boost- and the std-versions to be equivalent (apart from the difference in the implementation of the variants) , mp11::mp_all (does not short circuit) needs to be replaced with mp11::mp_and (short circuits). Needless to say that the Boost version only requires C++11, while the std version requires C++17. degski -- *Microsoft, please kill Paint3D*