File indexing completed on 2025-12-16 10:28:00
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef RANGES_V3_UTILITY_CONCEPTS_HPP
0014 #define RANGES_V3_UTILITY_CONCEPTS_HPP
0015
0016 #include <range/v3/detail/config.hpp>
0017 RANGES_DEPRECATED_HEADER(
0018 "This header is deprecated. Please #include <concepts/concepts.hpp> instead.")
0019
0020 #include <concepts/concepts.hpp>
0021
0022 #include <range/v3/range_fwd.hpp>
0023
0024 #include <range/v3/utility/common_type.hpp>
0025 #include <range/v3/utility/swap.hpp>
0026
0027 #endif