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
I found the follow error when I build the latest source code of Fmt on MSVC with /std:c++latest and module enable, can you help confirm? I used VS2019 16.11.5.
Modules work since msvc 16.10 with increasing conformance to the C++20 specification. None of the deviations are functionally relevant in client code, but they are tested for.
Hi All,
I found the follow error when I build the latest source code of Fmt on MSVC with /std:c++latest and module enable, can you help confirm? I used VS2019 16.11.5.
Build steps:
Build log: fmt_build.log
Error info:
F:\build\fmt\test\module-test.cc(87,11): error C2065: 'oops_detail_namespace_is_visible': undeclared identifier.
The text was updated successfully, but these errors were encountered: