* g++.dg/cpp0x/initlist-new2.C: Clarify comment.
From-SVN: r279239
This commit is contained in:
parent
7ae0172800
commit
cc3b6728a2
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ int main()
|
|||
{
|
||||
new X; // OK
|
||||
new X(); // OK
|
||||
new X{}; // ERROR
|
||||
new X{}; // { dg-bogus "" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue