Open zygoloid opened 1 year ago
GCC and Clang have divergent implementations of [[no_unique_address]] due to not ignoring cv-qualifiers in this check. The standard is being amended to say that cv-qualifiers should be ignored. Do the same in the corresponding ABI rule.
[[no_unique_address]]
@jicama FYI
GCC and Clang have divergent implementations of
[[no_unique_address]]
due to not ignoring cv-qualifiers in this check. The standard is being amended to say that cv-qualifiers should be ignored. Do the same in the corresponding ABI rule.