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
With msvc 17.3.4 i'm getting compilation errors with 9.1.0 and master (for char and wchar_t) but not with 9.0.0:
error C7595: 'fmt::v9::basic_format_string<char,std::string &>::basic_format_string': call to immediate function is not a constant expression
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\xstring(2272,35): message : failure was caused by a read of a variable outside its lifetime
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\xstring(2272,35): message : see usage of 'f'
error C7595: 'fmt::v9::basic_format_string<wchar_t,std::wstring &>::basic_format_string': call to immediate function is not a constant expression
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\xstring(2272,35): message : failure was caused by a read of a variable outside its lifetime
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\xstring(2272,35): message : see usage of 'f'
With msvc 17.3.4 i'm getting compilation errors with 9.1.0 and master (for
char
andwchar_t
) but not with 9.0.0:godbolt string test
godbolt wstring test
This is maybe related to #2455
The text was updated successfully, but these errors were encountered: