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

Jan Schultke <janschultke at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Jan Schultke <janschultke at googlemail dot com> ---
Looks like the existing comments were right.

Lvalue-to-rvalue conversion very rarely takes place for class types, and if it
does, that may be a wording bug.

Instead of lvalue-to-rvalue conversion, this case calls the implicitly-defined
copy constructor, which can be used in constant expressions.

Reply via email to