This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix concept checks usage
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: François Dumont <frs dot dumont at gmail dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 16 Dec 2016 11:20:59 +0000
- Subject: Re: Fix concept checks usage
- Authentication-results: sourceware.org; auth=none
- References: <c4e450c2-130b-b691-c626-df6c62fe5235@gmail.com>
On 15/12/16 21:45 +0100, François Dumont wrote:
Hi
Here is a fix in the usage of a concept check. There are also many
testsuite failures when using concept checks but this one forbids the
library from being built. I know that concept checks are not really
maintained so maybe the fix is to simply remove those checks.
* include/ext/random.tcc: Fix usage of _OutputIteratorConcept.
Tested under Linux x86 with and without concept checks.
Ok to commit ?
OK, thanks.