I\'m trying to use the JsonCpp library. I\'m on Windows, using MinGW and CodeBlocks.
When I include anything from the json headers, my linker implodes and gives out
I encountered that same problem attempting to use g++ -g -std=c++17 ... . I removed that option and, once I had removed use of a C++17 feature, it compiled, linked and ran.