dsharlet / array

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

Help GCC 9.4 with ambiguous overloads #73

Closed dsharlet closed 2 years ago

dsharlet commented 2 years ago

This fixes #67, and a few other issues with GCC 9.4.

dsharlet commented 2 years ago

I'm just going to go ahead and merge this. It seems pretty inoffensive, except for the readme changes as a hack to avoid overload ambiguity. If you have a better idea, please let me know :)