jsoncpp
jsoncpp copied to clipboard
Move string view decision to configure time - WIP
WIP - look at moving the JSONCPP_HAS_STRING_VIEW to configure time from compile time. This is so that there cannot be a mismatch between the compiled library objects and the headers.
Another option is to move the definition to the header so this is always correct.
Only cmake builds are covered at the moment