From 9bbb8b8a414db43c1a14cdc8b90931f4af1d0cf6 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Fri, 7 Jul 2023 13:48:53 +0300 Subject: [PATCH] Update rescaling deprecation warning message --- include/boost/geometry/core/config.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/core/config.hpp b/include/boost/geometry/core/config.hpp index 2d0cac6c1f..f5ab449fbb 100644 --- a/include/boost/geometry/core/config.hpp +++ b/include/boost/geometry/core/config.hpp @@ -2,7 +2,8 @@ // Copyright (c) 2019-2021 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2018-2020 Oracle and/or its affiliates. +// Copyright (c) 2018-2023 Oracle and/or its affiliates. +// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle // Use, modification and distribution is subject to the Boost Software License, @@ -27,7 +28,7 @@ #endif #if defined(BOOST_GEOMETRY_USE_RESCALING) && ! defined(BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE) - BOOST_PRAGMA_MESSAGE("Rescaling is deprecated and its functionality will be removed in Boost 1.82") + BOOST_PRAGMA_MESSAGE("Rescaling is deprecated and its functionality will be removed in Boost 1.84") #endif #if defined(BOOST_GEOMETRY_USE_RESCALING) && defined(BOOST_GEOMETRY_NO_ROBUSTNESS)