Commit cc3b6728 by Jason Merrill

* g++.dg/cpp0x/initlist-new2.C: Clarify comment.

From-SVN: r279239
parent 7ae01728
...@@ -11,5 +11,5 @@ int main() ...@@ -11,5 +11,5 @@ int main()
{ {
new X; // OK new X; // OK
new X(); // OK new X(); // OK
new X{}; // ERROR new X{}; // { dg-bogus "" }
} }
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