[Bug c++/85747] suboptimal code without constexpr
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri May 11 15:23:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85747
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
IMHO just use constexpr if you care about compile time evaluation guarantees,
that is what it has been added for.
More information about the Gcc-bugs
mailing list