lambda-generic-static1.C: Use target c++14.
2016-05-24 Paolo Carlini <paolo.carlini@oracle.com> * g++.dg/cpp1y/lambda-generic-static1.C: Use target c++14. * g++.dg/cpp1y/lambda-generic-static2.C: Likewise. From-SVN: r236676
This commit is contained in:
parent
2bc145afaa
commit
fe3473a686
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// PR c++/70735
|
||||
// { dg-do run { target c++1y } }
|
||||
// { dg-do run { target c++14 } }
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// PR c++/70735
|
||||
// { dg-do run { target c++1y } }
|
||||
// { dg-do run { target c++14 } }
|
||||
|
||||
template <class T>
|
||||
static void g()
|
||||
|
|
Loading…
Add table
Reference in a new issue