]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/test_common/test_point.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / test_common / test_point.hpp
index 31b12486765a4e8281d0cc5648842cdbcd7952e5..3f888a2f5545071e0974871ecfb46a810b5db9ef 100644 (file)
@@ -3,6 +3,11 @@
 
 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
+
+// This file was modified by Oracle on 2021.
+// Modifications copyright (c) 2021 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,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
@@ -60,7 +65,7 @@ template<>
 struct coordinate_system<test::test_point> { typedef cs::cartesian type; };
 
 template<>
-struct dimension<test::test_point>: boost::mpl::int_<3> {};
+struct dimension<test::test_point> : std::integral_constant<int, 3> {};
 
 template<> struct access<test::test_point, 0>
 {