coin-au-carre / MultiDimGrid

An efficient C++14 multi dimensional array container
18 stars 3 forks source link

Enable c++11 support #2

Open daviddoria opened 8 years ago

daviddoria commented 8 years ago

Sorry for the misfire with the previous pull request (I screwed up my git history, so this is actually a different repository than the first request).

I have guarded the changes with #if __cplusplus==201402L but I'm not sure if that works for compiler other than g++.

Everything seems to build - please let me know what you think!

coin-au-carre commented 6 years ago

Hello daviddoria,

Sorry for the delay I completely did not see your PR. I will try to take a look when I will have time ! That was a side project I will try to improve it and surely merge your PR :)