This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Implement LWG 2729 for pair.
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 24 Sep 2016 21:13:18 +0300
- Subject: Re: [v3 PATCH] Implement LWG 2729 for pair.
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUbe0zh4Y_2FRNyGaNh7Lcm6rKB9Tq_cVYUgPc-rSBzQqw@mail.gmail.com> <20160921103350.GL17376@redhat.com>
On 21 September 2016 at 13:33, Jonathan Wakely <jwakely@redhat.com> wrote:
> This patch predates my testsuite changes, so this should now be
> { dg-do compile { target c++11 } }
> Otherwise OK for trunk, thanks.
So, this has been applied to trunk, and also applies cleanly to the
gcc-6 branch, and we need
to backport it to fix PR libstdc++/77537. Ok for the gcc-6 branch?