dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

Uses STL helper types. #60

Open jiawen opened 2 years ago

jiawen commented 2 years ago

Oops, I forgot the target is C++14, not C++17.

dsharlet commented 2 years ago

I think unless there is some other bigger simplification we can make by targeting C++17 instead of C++14, it's not worth changing just for this? Personally I don't mind the slightly more verbose helpers here.