This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 14 Nov 2016 22:51:12 +0200
- Subject: Re: [v3 PATCH] Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUYehjAUhYye_aEM1YFcfzmw+p-2Z=3ZYBaPiPBffNwCaQ@mail.gmail.com> <20161113210252.GH21992@redhat.com> <20161113211024.GJ21992@redhat.com> <20161113224359.GK21992@redhat.com> <CAFk2RUZ08ng=7QHVM8DWd4GGezLkJNcnvjOr_KjTif=9hjig-w@mail.gmail.com>
On 14 November 2016 at 22:49, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> I needed to do some minor tweaks in
> testsuite/20_util/in_place/requirements.cc. I committed the attached
> after testing the full suite on Linux-PPC64.
P.S. make_unsigned/make_signed tests seem broken. That's not caused by
any of my patches. The expected
diagnostic message seems to have changed. I can probably fix that, but
I will do the hash-poisoning patch first.