blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
404 stars 83 forks source link

Remove all of the preprocessor macros that guard features that are standard as of C++11 #130

Open slayoo opened 5 years ago

slayoo commented 5 years ago

Remove all of the preprocessor macros that guard features that are standard as of C++11

Simplify the CMake config to not have to set all of those macros in the first place. e.g. remove the lion's share of the cxx_tests stuff.

Originally posted by @youngmit in https://github.com/blitzpp/blitz/pull/97#issuecomment-466692435