You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building the latest commit (95da484) with /W4 with msvc 19.27.29111 yields the following diagnostic
fmt\core.h(399): warning C4127: conditional expression is constant
fmt\core.h(399): note: consider using 'if constexpr' statement instead
fmt\core.h(398): note: while compiling class template member function 'fmt::v7::basic_string_view<wchar_t>::basic_string_view(const Char *)'
with
[
Char=wchar_t
]
fmt\src\os.cc(126): note: see reference to function template instantiation 'fmt::v7::basic_string_view<wchar_t>::basic_string_view(const Char *)' being compiled
with
[
Char=wchar_t
]
fmt\format.h(1222): note: see reference to class template instantiation 'fmt::v7::basic_string_view<wchar_t>' being compiled
The text was updated successfully, but these errors were encountered:
apache-hb
added a commit
to apache-hb/fmt
that referenced
this issue
Apr 5, 2021
building the latest commit (95da484) with
/W4
withmsvc 19.27.29111
yields the following diagnosticThe text was updated successfully, but these errors were encountered: