fix string_view

This commit is contained in:
virgiliofornazin 2017-11-10 18:38:24 -02:00
parent 3ee95b996c
commit 774cab66e7

View File

@ -1521,7 +1521,7 @@ class MakeValue : public Arg {
#if FMT_HAS_STRING_VIEW #if FMT_HAS_STRING_VIEW
FMT_MAKE_WSTR_VALUE(const std::wstring_view &, WSTRING) FMT_MAKE_WSTR_VALUE(const std::wstring_view &, WSTRING)
#endif #endif
#if FMT_HAS_STRING_VIEW #if FMT_HAS_EXPERIMENTAL_STRING_VIEW
FMT_MAKE_WSTR_VALUE(const std::experimental::wstring_view &, WSTRING) FMT_MAKE_WSTR_VALUE(const std::experimental::wstring_view &, WSTRING)
#endif #endif
FMT_MAKE_WSTR_VALUE(WStringRef, WSTRING) FMT_MAKE_WSTR_VALUE(WStringRef, WSTRING)