]> git.tdb.fi Git - libs/math.git/commitdiff
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)
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.


No differences found