Test-List: Add demonstration of C++11 initializer list in conjunction with...
Test-List: Add demonstration of C++11 initializer list in conjunction with uniform initialization of vector List<vector> list5 { {5, 3, 1}, {10, 2, 2}, {8, 1, 0} };
Please register or sign in to comment