目录向二维数组中添加整行或者增列元素如何在数组中添加一行数据总结向二维数组中添加整行或者增列元素
This compiles fine in Visual studio,but why not in XCode? class A() {}; someMethod(A& a); someMethod(A()); //error: no matching function call in XCode only :(