Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 166 Bytes

File metadata and controls

5 lines (4 loc) · 166 Bytes

c_array

adding c_array() function to std::array as described in https://wg21.link/p0635

you may want to compile the project with: g++ main.cpp -o c_array -g3