Commit 47d5cb3c by Jonathan Wakely Committed by Jonathan Wakely

Add header for std::search to testcase

	* testsuite/experimental/functional/searchers.cc: Include <algorithm>
	for std::search.

From-SVN: r238341
parent 53109ba8
2016-07-14 Jonathan Wakely <jwakely@redhat.com> 2016-07-14 Jonathan Wakely <jwakely@redhat.com>
* testsuite/experimental/functional/searchers.cc: Include <algorithm>
for std::search.
PR libstdc++/70716 PR libstdc++/70716
* include/bits/forward_list.h (forward_list): Update doxygen comments * include/bits/forward_list.h (forward_list): Update doxygen comments
to reflect allocator propagation semantics. Remove ambiguous to reflect allocator propagation semantics. Remove ambiguous
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#ifdef _GLIBCXX_USE_WCHAR_T #ifdef _GLIBCXX_USE_WCHAR_T
# include <cwchar> # include <cwchar>
#endif #endif
#include <algorithm>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
using std::experimental::make_default_searcher; using std::experimental::make_default_searcher;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment