PR libstdc++/81221 fix namespace qualification for parallel mode
authorJonathan Wakely <jwakely@redhat.com>
Tue, 27 Jun 2017 14:44:50 +0000 (15:44 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 27 Jun 2017 14:44:50 +0000 (15:44 +0100)
commite708b94bb76dd6c3d0085bdbe5e4f70d2af11117
tree98f5e49b3b61fff58954045b673456dfdc035a3a
parente57f3ae8baeb35ba78da6c8bd00927df63105bdb
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.

From-SVN: r249692
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/testsuite/25_algorithms/sample/81221.cc [new file with mode: 0644]