shared_grids.hpp 688 B

123456789101112131415161718192021222324252627282930313233
  1. // Boost.Geometry
  2. // Copyright (c) 2018-2019, Oracle and/or its affiliates.
  3. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  4. // Use, modification and distribution is subject to the Boost Software License,
  5. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. #ifndef BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
  8. #define BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
  9. #include <boost/geometry/srs/shared_grids_boost.hpp>
  10. namespace boost { namespace geometry
  11. {
  12. namespace srs
  13. {
  14. typedef shared_grids_boost shared_grids;
  15. } // namespace srs
  16. }} // namespace boost::geometry
  17. #endif // BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP