Re: [PATCH] Add header for std::search to testcase

2016-07-14 Thread Jonathan Wakely
On 14/07/16 16:29 +0100, Jonathan Wakely wrote: * testsuite/experimental/functional/searchers.cc: Include for std::search. This test was failing in Parallel Mode, because it wasn't including the header for std::search. Actually that fix isn't quite enough. Even if the testcas

[PATCH] Add header for std::search to testcase

2016-07-14 Thread Jonathan Wakely
* testsuite/experimental/functional/searchers.cc: Include for std::search. This test was failing in Parallel Mode, because it wasn't including the header for std::search. Tested x86_64-linux, committed to trunk. commit ca8663b7b1451f4ca0097af7eb902367970f7b33 Author: redi Dat