11 Mar
2021
11 Mar
'21
3:31 p.m.
Alexander Grund wrote:
I kinda understand the motivation: Likely being able to pull in external, C++11/14 libs (headers) into C++98/11 libs, but I think the use case is too narrow: Likely other parts won't work
The motivation, as I said, is for people to be able to BOOST_DESCRIBE their types without making their libraries require C++14. E.g. for Boost.JSON to be able to BOOST_DESCRIBE this enum: https://github.com/boostorg/json/blob/develop/include/boost/json/kind.hpp#L2...