[Bug c++/94414] only `--` gives constexpr

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 31 09:09:49 GMT 2020


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Right, this has nothing to do with constexpr. The contfilt view is not a
constant expression, so nothing you do with it will be constant evaluated, so
whether it's constexpr is irrelevant.


More information about the Gcc-bugs mailing list