Morwenn / static_math

Compile time mathematic functions for C++14
MIT License
187 stars 22 forks source link

Fixes #1 and #2 #3

Closed vchuravy closed 9 years ago

vchuravy commented 9 years ago

@Morwenn hopefully I understood the comments you made correctly.

Morwenn commented 9 years ago

I split the two fixes and generally speaking removed the useless SFINAE madness. That said, I never intended to maintain this library. If you want constexpr versions of the standard library functions and more, you could use Bolero Murakami's Sprout which is much more complete and mature :)

https://github.com/bolero-MURAKAMI/Sprout