Commit 77f3d979 by Jonathan Wakely Committed by Jonathan Wakely

Allow std::pair test to run in C++11 mode too

	* testsuite/20_util/pair/astuple/get_neg.cc: Use effective-target
	c++11 instead of setting -std=gnu++14.

From-SVN: r238925
parent 3c040fa4
2016-07-31 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/pair/astuple/get_neg.cc: Use effective-target
c++11 instead of setting -std=gnu++14.
PR libstdc++/72745
* include/std/array (get): Use positive message for static assertions.
* include/std/functional (_Safe_tuple_element_t): Fix indentation.
......
// { dg-do compile }
// { dg-options "-std=gnu++14" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//
......
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