]> git.tdb.fi Git - libs/math.git/commitdiff
Use numeric literals in place of M_PI
authorMikko Rasa <tdb@tdb.fi>
Fri, 16 Sep 2016 22:38:05 +0000 (01:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 16 Sep 2016 22:38:05 +0000 (01:38 +0300)
Recent Windows headers require _USE_MATH_DEFINES to be #defined in order
to #define M_PI, but we can't guarantee that someone else won't #include
<cmath> before us.


No differences found