|
123456789101112131415161718192021 |
-
-
-
-
-
-
-
-
-
-
-
- #ifndef RANGES_V3_OLD_VIEW_FACADE_HPP
- #define RANGES_V3_OLD_VIEW_FACADE_HPP
-
- #include <range/v3/detail/config.hpp>
- RANGES_DEPRECATED_HEADER(
- "This header is deprecated. Please #include <range/v3/view/facade.hpp> instead.")
-
- #include <range/v3/view/facade.hpp>
-
- #endif
|