blitzpp / blitz

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

suppress the blitz library? #134

Open slayoo opened 5 years ago

slayoo commented 5 years ago

As reported by @papadop: I even believe that we can suppress the library (or at least most of its required uses for non debugging purposes) by using constexpr... Not sure whether suppressing the need for the library counts as an API change (people can always link with a non-necessary library)...

Originally posted by @papadop in https://github.com/blitzpp/blitz/pull/97