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