#ifndef ENTT_POLY_FWD_HPP #define ENTT_POLY_FWD_HPP #include namespace entt { template class basic_poly; /** * @brief Alias declaration for the most common use case. * @tparam Concept Concept descriptor. */ template using poly = basic_poly; } // namespace entt #endif