itanium-cxx-abi / cxx-abi

C++ ABI Summary
508 stars 96 forks source link

Clarify that the "type conflict" rule ignores cv-qualifiers #167

Open zygoloid opened 1 year ago

zygoloid commented 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.

zygoloid commented 1 year ago

@jicama FYI