itanium-cxx-abi / cxx-abi

C++ ABI Summary
508 stars 96 forks source link

Add a note that constexpr functions are never key functions. #105

Closed zygoloid closed 3 years ago

zygoloid commented 4 years ago

This is a consequence of the existing wording, and makes sense for the same reason we don't want inline functions to be key functions in general, but is not universal implementation practice: GCC does not allow constexpr virtual functions to be key functions, but Clang 10 does.