Commit 14d8a912 by Jonathan Wakely Committed by Jonathan Wakely

PR libstdc++/80893 don't run test for C++98 modes

	PR libstdc++/80893
	* testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }.

From-SVN: r249338
parent 394a527f
2017-06-17 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/80893
* testsuite/23_containers/vector/bool/80893.cc: Add { target c++11 }.
2017-06-16 Jonathan Wakely <jwakely@redhat.com> 2017-06-16 Jonathan Wakely <jwakely@redhat.com>
* include/bits/shared_ptr.h (get_deleter): Add overload matching * include/bits/shared_ptr.h (get_deleter): Add overload matching
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-do run { target c++11 } }
// libstdc++/80893 // libstdc++/80893
#include <vector> #include <vector>
......
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