blitzpp / blitz

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

Clean up Macro Stuff to Support Non-Standard Compilers #2

Open citibeth opened 8 years ago

citibeth commented 8 years ago

Theodore Papadopoulo wrote:

One task that really needs to be added is the cleanup of all the macro stuff that was needed to support old non-standard compilers. Nowadays, we can certainly rely on features such as exceptions, namespace, partial templates, ....