|
||||
File indexing completed on 2025-01-18 09:36:50
0001 // Boost.Geometry 0002 0003 // Copyright (c) 2020, Oracle and/or its affiliates. 0004 0005 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle 0006 0007 // Licensed under the Boost Software License version 1.0. 0008 // http://www.boost.org/users/license.html 0009 0010 #ifndef BOOST_GEOMETRY_STRATEGIES_ENVELOPE_HPP 0011 #define BOOST_GEOMETRY_STRATEGIES_ENVELOPE_HPP 0012 0013 0014 #include <boost/config/pragma_message.hpp> 0015 BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") 0016 0017 0018 #include <boost/geometry/strategy/envelope.hpp> 0019 0020 0021 #endif // BOOST_GEOMETRY_STRATEGIES2_ENVELOPE_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |