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]

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


Author: redi
Date: Tue Jun 27 16:23:46 2017
New Revision: 249698

URL: https://gcc.gnu.org/viewcvs?rev=249698&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:
    branches/gcc-7-branch/libstdc++-v3/testsuite/25_algorithms/sample/81221.cc
Modified:
    branches/gcc-7-branch/libstdc++-v3/ChangeLog
    branches/gcc-7-branch/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]