|
123456789101112131415161718192021222324 |
-
-
-
-
-
-
-
-
-
-
-
-
-
- #ifndef RANGES_V3_DISTANCE_HPP
- #define RANGES_V3_DISTANCE_HPP
-
- #include <range/v3/detail/config.hpp>
- RANGES_DEPRECATED_HEADER(
- "This header is deprecated. Please #include <range/v3/iterator/operations.hpp> "
- "instead.")
-
- #include <range/v3/iterator/operations.hpp>
-
- #endif
|