v2.12.1
- Bump the required C++ standard from 14 to 17.
- Use
std::optional
andstd::variant
from standard C++17 instead ofnonstd::optional
andmpark::variant
fromdep/optional_lite
anddep/variant
. Remove these dependencies.
std::optional
and std::variant
from standard C++17 instead of nonstd::optional
and mpark::variant
from dep/optional_lite
and dep/variant
. Remove these dependencies.