This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to implement defaulted/deleted functions
- From: Jason Merrill <jason at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 25 Jul 2008 09:59:18 -0400
- Subject: Re: C++ PATCH to implement defaulted/deleted functions
- References: <4888D479.3050307@redhat.com> <4889097B.60101@oracle.com>
Paolo Carlini wrote:
FAIL: ext/pb_ds/regression/hash_data_map_rand.cc (test for excess errors)
I was wondering why I didn't get that in my testing, but now I see that
I did and just didn't register it as a problem for some reason /facepalm.
Testing a fix now.
Jason