* testsuite/experimental/functional/searchers.cc: Include <algorithm>
for std::search.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238341
138bc75d-0d04-0410-961f-
82ee72b054a4
2016-07-14 Jonathan Wakely <jwakely@redhat.com>
+ * testsuite/experimental/functional/searchers.cc: Include <algorithm>
+ for std::search.
+
PR libstdc++/70716
* include/bits/forward_list.h (forward_list): Update doxygen comments
to reflect allocator propagation semantics. Remove ambiguous
#ifdef _GLIBCXX_USE_WCHAR_T
# include <cwchar>
#endif
+#include <algorithm>
#include <testsuite_hooks.h>
using std::experimental::make_default_searcher;