Skip to content

taocpp-json 1.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@d-frey d-frey released this 23 Dec 09:49
eeabe4b
  • Require C++17.
  • Based internal structure on std::variant.
  • Based binary views on std::span (when available) or tao::span (fallback).
  • Finished JAXN parts parser.
  • Fixed compilation with MSVC.
  • Switched CI system to GitHub Actions.
  • Updated embedded taocpp/PEGTL to version 3.1.1.
  • Many small improvements.
  • Many small changes.
  • Many small fixes.