G++ 4.8.2
I'm not 100% sure that I'm doing things correctly--nevertheless, the first error I get when running make is:
g++ -std=c++11 -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal -I src -I test test/unit.cpp -o json_unit
test/unit.cpp:9675:32: error: unterminated raw string
CHECK_NOTHROW(json(R"(
G++ 4.8.2
I'm not 100% sure that I'm doing things correctly--nevertheless, the first error I get when running
makeis: