This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Implement N4387 and LWG 2367
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: Martin Sebor <msebor at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 8 Jun 2015 19:01:30 +0300
- Subject: Re: [v3 PATCH] Implement N4387 and LWG 2367
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUZEEUFNeNdOpLdvGAcYZTk2+5B4HTRz5rfTaZHSBJBxJw at mail dot gmail dot com> <5575B6AF dot 60804 at redhat dot com> <CAFk2RUZ6Az1-APQ=NSvYdKJKDNhxQs=3TkKnab57j7ywDk8tjQ at mail dot gmail dot com>
On 8 June 2015 at 18:53, Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
> On 8 June 2015 at 18:37, Martin Sebor <msebor@redhat.com> wrote:
>> In the hunk below, should the sizes_match template parameter
>> be privatized (since it isn't part of the public interface)?
>> Or perhaps even removed if it's not used?
>
> Yes, it should be uglified, thanks.
Ahem, yes, actually removed since it's there only to be specialized.