demianmnave / CML

The Configurable Math Library
https://github.com/demianmnave/CML
Boost Software License 1.0
83 stars 15 forks source link

Use __has_feature(...) when building with Clang #13

Closed demianmnave closed 6 years ago

demianmnave commented 6 years ago

compiler.h should be updated to use __has_feature() when building with Clang. This should help work around AppleClang/normal Clang version ambiguities.

demianmnave commented 6 years ago

Fixed in d351844