]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/index/detail/translator.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / geometry / index / detail / translator.hpp
index dd49b61fe5f77bd67ea22458403a6b827ec3bbd3..34960d22682afc6fa7b4991aed079a34f11dfae2 100644 (file)
@@ -2,8 +2,8 @@
 //
 // Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
 //
-// This file was modified by Oracle on 2019.
-// Modifications copyright (c) 2019 Oracle and/or its affiliates.
+// This file was modified by Oracle on 2019-2020.
+// Modifications copyright (c) 2019-2020 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,
@@ -13,6 +13,8 @@
 #ifndef BOOST_GEOMETRY_INDEX_DETAIL_TRANSLATOR_HPP
 #define BOOST_GEOMETRY_INDEX_DETAIL_TRANSLATOR_HPP
 
+#include <type_traits>
+
 namespace boost { namespace geometry { namespace index {
 
 namespace detail {
@@ -77,8 +79,8 @@ struct result_type
 template <typename IndexableGetter>
 struct indexable_type
 {
-    typedef typename boost::remove_const<
-        typename boost::remove_reference<
+    typedef typename std::remove_const<
+        typename std::remove_reference<
             typename result_type<IndexableGetter>::type
         >::type
     >::type type;