Skip to content
Snippets Groups Projects
Commit f30e62b0 authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

libstdc++: Require C++11 for 23_containers/vector/bool/110807.cc [PR110807]

This new test uses uniform initialization syntax, so requires C++11 or
later.

libstdc++-v3/ChangeLog:

	PR libstdc++/110807
	* testsuite/23_containers/vector/bool/110807.cc: Require c++11.
parent 3fce8097
No related branches found
No related tags found
No related merge requests found
// { dg-options "-O2" } // { dg-options "-O2" }
// { dg-do compile } // { dg-do compile { target c++11 } }
// Bug 110807 // Bug 110807
// Copy list initialisation of a vector<bool> raises a warning with -O2 // Copy list initialisation of a vector<bool> raises a warning with -O2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment