forked from HowardHinnant/date
@@ -32,7 +32,7 @@
|
|||||||
// We did not mean to shout.
|
// We did not mean to shout.
|
||||||
|
|
||||||
#ifndef HAS_STRING_VIEW
|
#ifndef HAS_STRING_VIEW
|
||||||
# if __cplusplus >= 201703
|
# if __cplusplus >= 201703 || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L)
|
||||||
# define HAS_STRING_VIEW 1
|
# define HAS_STRING_VIEW 1
|
||||||
# else
|
# else
|
||||||
# define HAS_STRING_VIEW 0
|
# define HAS_STRING_VIEW 0
|
||||||
|
Reference in New Issue
Block a user