This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: redi
Date: Tue Jun 27 14:44:50 2017
New Revision: 249692

URL: https://gcc.gnu.org/viewcvs?rev=249692&root=gcc&view=rev
Log:
PR libstdc++/81221 fix namespace qualification for parallel mode

	PR libstdc++/81221
	* include/bits/stl_algo.h (sample): Qualify with _GLIBCXX_STD_A not
	std.
	* testsuite/25_algorithms/sample/81221.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_algo.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]