X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=ceph%2Fsrc%2Fboost%2Fboost%2Fgeometry%2Fstrategies%2Fdefault_area_result.hpp;h=21561f326a599af6deeb9de7959121b32602df30;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=65818ea91af477d6593381e906cd74a436a03c94;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/geometry/strategies/default_area_result.hpp b/ceph/src/boost/boost/geometry/strategies/default_area_result.hpp index 65818ea91..21561f326 100644 --- a/ceph/src/boost/boost/geometry/strategies/default_area_result.hpp +++ b/ceph/src/boost/boost/geometry/strategies/default_area_result.hpp @@ -1,41 +1,21 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) +// Boost.Geometry -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. -// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland. +// Copyright (c) 2020, Oracle and/or its affiliates. -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. +// 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) +// Licensed under the Boost Software License version 1.0. +// http://www.boost.org/users/license.html #ifndef BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP #define BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP -#include +#include +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") -namespace boost { namespace geometry -{ - -/*! -\brief Meta-function defining return type of area function, using the default strategy -\ingroup area -\note The strategy defines the return-type (so this situation is different - from length, where distance is sqr/sqrt, but length always squared) - */ - -template -struct default_area_result - : area_result -{}; - - -}} // namespace boost::geometry +#include #endif // BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP