summaryrefslogtreecommitdiff
path: root/boost/geometry/srs/projections/impl/function_overloads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/srs/projections/impl/function_overloads.hpp')
-rw-r--r--boost/geometry/srs/projections/impl/function_overloads.hpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/boost/geometry/srs/projections/impl/function_overloads.hpp b/boost/geometry/srs/projections/impl/function_overloads.hpp
index 43d33c6bea..5056ecb4db 100644
--- a/boost/geometry/srs/projections/impl/function_overloads.hpp
+++ b/boost/geometry/srs/projections/impl/function_overloads.hpp
@@ -2,8 +2,8 @@
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
-// This file was modified by Oracle on 2017.
-// Modifications copyright (c) 2017, Oracle and/or its affiliates.
+// This file was modified by Oracle on 2017, 2018.
+// Modifications copyright (c) 2017-2018, Oracle and/or its affiliates.
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
// Use, modification and distribution is subject to the Boost Software License,
@@ -26,12 +26,6 @@ inline T atan2(T const& a, T const& b)
using std::atan2;
return atan2(a, b);
}
-template <typename T>
-inline T pow(T const& a, T const& b)
-{
- using std::pow;
- return pow(a, b);
-}
*/
template <typename T>