Commit 59cde1ad by Jamie Seward

Fix for _HAS_CXX17 == 0

parent 1a666799
......@@ -110,7 +110,7 @@ SOFTWARE.
#endif
// string_view support
#if defined(_MSC_VER) && defined(_HAS_CXX17)
#if defined(_MSC_VER) && defined(_HAS_CXX17) && _HAS_CXX17 == 1
#define JSON_USE_STRING_VIEW
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment