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
fmt-c.h fails to compile with Clang when running in MSVC emulation mode (https://godbolt.org/z/jovMMbG95) because Clang doesn't define _MSVC_TRADITIONAL or support the /Zc:preprocessor option (its preprocessor is always in the standard-compliant mode). I confirmed that with this change the library builds and the C tests pass.
fmt-c.hfails to compile with Clang when running in MSVC emulation mode (https://godbolt.org/z/jovMMbG95) because Clang doesn't define_MSVC_TRADITIONALor support the/Zc:preprocessoroption (its preprocessor is always in the standard-compliant mode). I confirmed that with this change the library builds and the C tests pass.