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
This bit of code causes a crash where it correctly compiles in msvc and gcc. With my local clang install (windows, x64) it seems to at least compile successfully replacing alignof with sizeof but I can't reproduce this behavior on godbolt. Godbolt