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