#ifndef ENTT_STL_STRING_VIEW_HPP #define ENTT_STL_STRING_VIEW_HPP /*! @cond ENTT_INTERNAL */ #if __has_include() # include #else # include namespace entt::stl { using std::string_view; using std::swap; } // namespace entt::stl #endif /*! @endcond */ #endif