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 know this is an old thread, but chiming in here - because _MSC_VER is defined when clang is building in msvc compatibility mode (via clang-cl), the addition of the changes in 957291343c16aa5d1ef3c54d024957f7316b110f to add [[msvc::flatten]] raises the diagnostic -Wunknown-attributes on clang-cl builds:
#279
Open
hanickadot opened this issue
Apr 5, 2023
· 0 comments
I know this is an old thread, but chiming in here - because _MSC_VER is defined when clang is building in msvc compatibility mode (via clang-cl), the addition of the changes in 957291343c16aa5d1ef3c54d024957f7316b110f to add `[[msvc::flatten]]` raises the diagnostic `-Wunknown-attributes` on clang-cl builds:
Originally posted by @remyjette in #172 (comment)
The text was updated successfully, but these errors were encountered: