default_area_result.hpp 624 B

123456789101112131415161718192021
  1. // Boost.Geometry
  2. // Copyright (c) 2020, Oracle and/or its affiliates.
  3. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  4. // Licensed under the Boost Software License version 1.0.
  5. // http://www.boost.org/users/license.html
  6. #ifndef BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP
  7. #define BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP
  8. #include <boost/config/pragma_message.hpp>
  9. BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.")
  10. #include <boost/geometry/algorithms/default_area_result.hpp>
  11. #endif // BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP