]> git.tdb.fi Git - libs/math.git/commit
Don't qualify potentially overloaded functions with the std namespace
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 May 2013 17:38:22 +0000 (20:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 May 2013 17:57:19 +0000 (20:57 +0300)
commitb24bbb85291644791a3206ff7f0ab0308faeadc9
tree95ae3193fa89d817311eb710d026f9e90d7a9a52
parent07a1aaf95d6a9e7e0ade2a10cc4e4b7f91486f98
Don't qualify potentially overloaded functions with the std namespace

Instead put a using std::func before the call.  This makes things work if
the template argument is a user-defined type with these functions defined
in another namespace.
source/geometry/angle.h
source/linal/matrix.h