MacOS doesn't support std::any_cast when targing MacOS < 10.14 (currently we target 10.11). More...
#include <any>
Go to the source code of this file.
Namespaces | |
utils | |
MacOS doesn't support std::any_cast when targing MacOS < 10.14 (currently we target 10.11).
This provides a wrapper around the STL variant API on all platforms except MacOS, which instead utilizes boost::any.
Definition in file any.hpp.