Commit 33ae31b1 by Robert Lipe

Martin says:

AFAIK, g++ does not support array initialization (anymore?).

From-SVN: r20155
parent 1362dd37
......@@ -10,5 +10,5 @@ private:
main()
{
A *list = new A[10](4);
A *list = new A[10](4); //ERROR -
}
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