This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Implement LWG 2534, Constrain rvalue stream operators.
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 30 Nov 2016 17:02:00 +0200
- Subject: Re: [v3 PATCH] Implement LWG 2534, Constrain rvalue stream operators.
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnykjsVHi7MnaZeGfuT63ox+NpSh_-v97XNDSJpG+aefT5Q@mail.gmail.com>
On 30 November 2016 at 16:59, David Edelsohn <dje.gcc@gmail.com> wrote:
> I believe that this broke g++.old-deja/g++.law/ctors10.C
>
> invalid initialization of reference of type 'Klasse::Err&' from
> expression of type 'std::basic_ostream<char>::__ostream_type {aka
> std::basic_ostream<char>}
I'll take a look.