mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 05:09:44 +01:00
committed by
Victor Zverovich
parent
fe19c266ce
commit
6cd666100f
@@ -158,7 +158,7 @@
|
||||
// libc++ supports string_view in pre-c++17.
|
||||
#if (FMT_HAS_INCLUDE(<string_view>) && \
|
||||
(__cplusplus > 201402L || _LIBCPP_VERSION)) || \
|
||||
(defined(_MSVC_LANG) && _MSVC_LANG > 201402L && _MSC_VER >= 1910)
|
||||
(defined(_MSVC_LANG) && _MSVC_LANG > 201402L && _MSC_VER >= 1910)
|
||||
# include <string_view>
|
||||
# define FMT_USE_STD_STRING_VIEW
|
||||
#elif (FMT_HAS_INCLUDE(<experimental/string_view>) && \
|
||||
|
||||
Reference in New Issue
Block a user