Skip to content

Commit 00af75b

Browse files
author
Aleksander Tsarenko
committed
use always JSONCPP_HAS_STRING_VIEW
1 parent ba00447 commit 00af75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/json/value.h

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

42-
#if __cplusplus >= 201703L
42+
//#if __cplusplus >= 201703L
4343
#define JSONCPP_HAS_STRING_VIEW 1
44-
#endif
44+
//#endif
4545

4646
#include <array>
4747
#include <exception>

0 commit comments

Comments
 (0)