Restore <functional> header to test
* testsuite/experimental/array/make_array.cc: Restore <functional> inclusion. From-SVN: r244840
This commit is contained in:
parent
9579db3583
commit
11948d8394
@ -1,3 +1,8 @@
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user