Skip to content

Commit

Permalink
testsuite: fix is_nothrow_default_constructible8.C
Browse files Browse the repository at this point in the history
This testcase uses variable templates, a C++14 feature.

gcc/testsuite/ChangeLog:

	* g++.dg/ext/is_nothrow_constructible8.C: Require C++14.
  • Loading branch information
jicama committed Dec 12, 2023
1 parent de072b5 commit 6cc3231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// { dg-do compile { target c++11 } }
// { dg-do compile { target c++14 } }
// PR c++/96090

template <typename T>
Expand Down

0 comments on commit 6cc3231

Please sign in to comment.