blitzpp / blitz

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

check-examples chokes with newer GNU compilers #18

Closed wperkins closed 6 years ago

wperkins commented 6 years ago

I've only noticed this with GCC 6 and 7 on Mac OS. make check-examples chokes because #include <array> somewhere in the standard library tries to install the array executable in the examples directory. Recommend renaming array example to arrayx or such.

slayoo commented 6 years ago

closing as fixed