r245846 - in /branches/gcc-6-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Mar 2 18:58:00 GMT 2017


Author: redi
Date: Thu Mar  2 18:58:07 2017
New Revision: 245846

URL: https://gcc.gnu.org/viewcvs?rev=245846&root=gcc&view=rev
Log:
PR libstdc++/79789 fix non-reserved names in headers

	PR libstdc++/79789
	* include/bits/ios_base.h (make_error_code, make_error_condition):
	Likewise.
	* include/bits/mask_array.h (mask_array): Likewise.
	* include/bits/regex.h (regex_token_iterator): Likewise.
	* include/bits/slice_array.h (slice_array): Likewise.
	* include/std/memory (undeclare_no_pointers): Likewise.
	* testsuite/17_intro/names.cc: New test.

Added:
    branches/gcc-6-branch/libstdc++-v3/testsuite/17_intro/names.cc
Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/include/bits/ios_base.h
    branches/gcc-6-branch/libstdc++-v3/include/bits/mask_array.h
    branches/gcc-6-branch/libstdc++-v3/include/bits/regex.h
    branches/gcc-6-branch/libstdc++-v3/include/bits/slice_array.h
    branches/gcc-6-branch/libstdc++-v3/include/std/memory



More information about the Libstdc++-cvs mailing list