[Bug c++/91264] modifying const-qual object in constexpr context not detected

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 25 20:33:00 GMT 2019


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

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Similar for e.g.
  const_cast<int &>(i)++;


More information about the Gcc-bugs mailing list