mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 13:14:26 +02:00
@@ -32,7 +32,7 @@
|
||||
// We did not mean to shout.
|
||||
|
||||
#ifndef HAS_STRING_VIEW
|
||||
# if __cplusplus >= 201703
|
||||
# if __cplusplus >= 201703 || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L)
|
||||
# define HAS_STRING_VIEW 1
|
||||
# else
|
||||
# define HAS_STRING_VIEW 0
|
||||
|
Reference in New Issue
Block a user