blitzpp / blitz

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

Changes for CLang on Mac OS X #16

Closed wperkins closed 6 years ago

wperkins commented 7 years ago

I needed Blitz on my Mac with CLang compilers. The testsuite and examples tests build and run for me with the following compilers:

183amir commented 6 years ago

You seem to have fixed #17 as well with these changes. Would it be possible for you to confirm this @wperkins

183amir commented 6 years ago

It would be nice to setup CI here to check if the tests are passing or not.

slayoo commented 6 years ago

Here is a pull request with Travis script: https://github.com/blitzpp/blitz/pull/27