This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3 patch] Fix friend declaration so it is visible to name lookup
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 21 Aug 2015 00:03:45 +0200
- Subject: Re: [v3 patch] Fix friend declaration so it is visible to name lookup
- Authentication-results: sourceware.org; auth=none
- References: <20150820202100 dot GR27791 at redhat dot com>
Hi,
On 08/20/2015 10:21 PM, Jonathan Wakely wrote:
Jason pointed out this isn't valid, and is going to fail to compile
soon with a fix he's making.
I seem to remember that at some point we had the exact same issue with
some member operator<< and operator>> of <random>.
Paolo.