tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Require C++17 support. #138

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

This deprecates support for GCC before 5 and Clang before 4, as they do not support C++17. This also removes Ubuntu 14.04 from the tested platforms, as the system compiler is GCC 4.9.

Fixes issue #136.