https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91158

--- Comment #6 from Marc Glisse <glisse at gcc dot gnu.org> ---
A related common misconception is trying to write

if constexpr (std::is_constant_evaluated())

except that this one is always true instead of always false.

Reply via email to