r275306 - in /branches/gcc-7-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Sep 2 11:09:00 GMT 2019


Author: redi
Date: Mon Sep  2 11:09:45 2019
New Revision: 275306

URL: https://gcc.gnu.org/viewcvs?rev=275306&root=gcc&view=rev
Log:
Fix uses of non-reserved names for template parameters

Backport from mainline
2019-05-17  Jonathan Wakely  <jwakely@redhat.com>

	* include/bits/random.h (seed_seq::param): Fix non-reserved name.
	* include/experimental/type_traits (is_detected_exact)
	(is_detected_exact_v): Likewise.
	* testsuite/17_intro/names.cc: Check for more non-reserved names.
	* testsuite/experimental/names.cc: New test.

Added:
    branches/gcc-7-branch/libstdc++-v3/testsuite/experimental/names.cc
Modified:
    branches/gcc-7-branch/libstdc++-v3/ChangeLog
    branches/gcc-7-branch/libstdc++-v3/include/bits/random.h
    branches/gcc-7-branch/libstdc++-v3/include/experimental/type_traits
    branches/gcc-7-branch/libstdc++-v3/testsuite/17_intro/names.cc



More information about the Libstdc++-cvs mailing list