Skip to content

v2.12.1

Compare
Choose a tag to compare
@PeterMatula PeterMatula released this 29 Oct 11:27
· 414 commits to master since this release
  • Bump the required C++ standard from 14 to 17.
  • Use 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.