r238402 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Jul 15 20:23:00 GMT 2016


Author: redi
Date: Fri Jul 15 20:23:08 2016
New Revision: 238402

URL: https://gcc.gnu.org/viewcvs?rev=238402&root=gcc&view=rev
Log:
Replace references to C++0x with C++11 in comments

	* include/bits/algorithmfwd.h: Change C++0x to C++11 in comments.
	* include/bits/move.h: Likewise.
	* include/bits/postypes.h: Likewise.
	* include/debug/bitset: Likewise.
	* include/ext/pb_ds/detail/type_utils.hpp: Likewise.
	* include/ext/string_conversions.h: Change C++0x to __cxx11 in
	comment.
	* testsuite/27_io/fpos/14320-1.cc: Change C++0x to C++11 in comment.
	* testsuite/util/thread/all.h: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/algorithmfwd.h
    trunk/libstdc++-v3/include/bits/move.h
    trunk/libstdc++-v3/include/bits/postypes.h
    trunk/libstdc++-v3/include/debug/bitset
    trunk/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
    trunk/libstdc++-v3/include/ext/string_conversions.h
    trunk/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc
    trunk/libstdc++-v3/testsuite/util/thread/all.h



More information about the Gcc-cvs mailing list