1234567891011121314151617181920212223242526 |
- #ifndef BOOST_GEOMETRY_UTIL_PROMOTE_FLOATING_POINT_HPP
- #define BOOST_GEOMETRY_UTIL_PROMOTE_FLOATING_POINT_HPP
- #include <boost/config/header_deprecated.hpp>
- BOOST_HEADER_DEPRECATED("boost/geometry/core/coordinate_promotion.hpp")
- #include <boost/geometry/core/coordinate_promotion.hpp>
- #endif
|