dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
137 stars 27 forks source link

Fix namespace for isnan and isinf #16

Closed Kaixhin closed 9 years ago

Kaixhin commented 9 years ago

The project fails to build on Mac OS X with the clang-600.0.57 compiler. Making sure isnan and isinf are being called from the std namespace fixes the issue.

f0k commented 9 years ago

Thanks a lot!