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

<codecvt> is deprecated #77

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

<codecvt> was deprecated in C++17 without even a hint as to what should replace it. It sure was nice having UTF-8 encoding in the Standard Library for a bit, but gotta go back to Boost because decisions were made.