Skip to content

Commit 371c47f

Browse files
author
Michael Bleis
committed
fix(jsoncpp): always set JSONCPP_HAS_STRING_VIEW to 1
1 parent ca98c98 commit 371c47f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/json/value.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
#endif
4040
#endif
4141

42-
#if __cplusplus >= 201703L
4342
#define JSONCPP_HAS_STRING_VIEW 1
44-
#endif
4543

4644
#include <array>
4745
#include <exception>

0 commit comments

Comments
 (0)