Array_initializer_list_vector_cxx11.cpp (63B)
1 Array<int, Dynamic, 1> v {{1, 2, 3, 4, 5}}; 2 cout << v << endl;