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: Martin Sebor <msebor at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>, 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, 08 Jun 2015 09:37:19 -0600
- Subject: Re: [v3 PATCH] Implement N4387 and LWG 2367
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUZEEUFNeNdOpLdvGAcYZTk2+5B4HTRz5rfTaZHSBJBxJw at mail dot gmail dot com>
* include/std/tuple
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?
Martin
@ -457,6 +457,73 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
};
+
+ // Concept utility functions
+ template <bool sizes_match, typename... _Elements>
+ struct _TC