Commit 11948d83 by Jonathan Wakely Committed by Jonathan Wakely

Restore <functional> header to test

	* testsuite/experimental/array/make_array.cc: Restore <functional>
	inclusion.

From-SVN: r244840
parent 9579db35
2017-01-23 Jonathan Wakely <jwakely@redhat.com>
* testsuite/experimental/array/make_array.cc: Restore <functional>
inclusion.
2017-01-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
* testsuite/29_atomics/atomic/69301.cc: Require atomic builtins.
......
......@@ -18,6 +18,7 @@
// <http://www.gnu.org/licenses/>.
#include <experimental/array>
#include <functional> // for std::ref and std::reference_wrapper
struct MoveOnly
{
......
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