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
thank for reporting this. alignas is modeled as an attribute in Clang. Currently, there is no implementation to support attributes in C++ Insights. They are missing in other places like [[no_return]] and more. However, I'm working on it, as consteval/consteval are modeled as an attribute as well.
See https://cppinsights.io/lnk?code=c3RydWN0IGFsaWduYXMoZG91YmxlKSBmb28gewogICAgaW50IGk7Cn07CgpzdGF0aWNfYXNzZXJ0KHNpemVvZihmb28pID09IDgpOwo=&insightsOptions=cpp2a&std=cpp2a&rev=1.0
The text was updated successfully, but these errors were encountered: