#ifndef ENTT_ENTITY_RANGES_HPP #define ENTT_ENTITY_RANGES_HPP #if __has_include() # include # # if defined(__cpp_lib_ranges) # include # include "fwd.hpp" template inline constexpr bool std::ranges::enable_borrowed_range>{true}; template inline constexpr bool std::ranges::enable_borrowed_range>{true}; template inline constexpr bool std::ranges::enable_view>{true}; template inline constexpr bool std::ranges::enable_view>{true}; # endif #endif #endif