Commit b81e8df8 by Paolo Carlini

constexpr-delegating2.C: Add missing piece.

2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.

From-SVN: r182774
parent 66f1b195
2011-12-31 Fabien Chêne <fabien@gcc.gnu.org>
2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
2012-01-01 Fabien Chêne <fabien@gcc.gnu.org>
* g++.old-deja/g++.brendan/crash25.C: Adjust.
* g++.old-deja/g++.brendan/crash56.C: Likewise.
......
......@@ -23,3 +23,6 @@ struct B
: B(A<V...>::a)
{ }
};
constexpr B b1 = A<10, 20, 30>::a;
constexpr B b2 = A<10, 20, 30>();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment