]> gcc.gnu.org Git - gcc.git/blame - 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
CommitLineData
4b2e63de 1// { dg-do compile { target c++11 } }
fa2200cb
JM
2
3struct IsLiteral {};
4
5constexpr IsLiteral bar(IsLiteral x) { return x; }
6
7constexpr auto xy = bar(IsLiteral()); // #1 Error, but should be OK
This page took 6.466906 seconds and 5 git commands to generate.