Skip to content

Math lib msvc pow

Dmitry Yu. Naumov requested to merge github/fork/endJunction/MathLibMSVCPow into master

This corrects compilation errors when using visual studio.

The constexpr specifier is not available yet in that particular version of the microsoft compiler and only partially in the not yet released visual studio 14. So long we go back to the basic template metaprogramming.

Merge request reports