]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/constexpr-empty2.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-empty2.C
1 // { dg-do compile { target c++11 } }
2
3 struct IsLiteral {};
4
5 constexpr IsLiteral bar(IsLiteral x) { return x; }
6
7 constexpr auto xy = bar(IsLiteral()); // #1 Error, but should be OK
This page took 0.037731 seconds and 5 git commands to generate.