nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.98k stars 6.62k forks source link

Unable to dump to stringstream #2102

Closed tjespe closed 4 years ago

tjespe commented 4 years ago

gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0

I am using release v3.7.3 from https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent

tjespe commented 4 years ago

Turns out I had forgotten to include the sstream header