type_info: removed useless friend declaration
This commit is contained in:
@@ -149,9 +149,6 @@ struct type_name final {
|
||||
|
||||
/*! @brief Implementation specific information about a type. */
|
||||
class type_info final {
|
||||
template<typename>
|
||||
friend type_info type_id() ENTT_NOEXCEPT;
|
||||
|
||||
enum class operation { SEQ, HASH, NAME };
|
||||
|
||||
using vtable_type = id_type(const operation, void *);
|
||||
|
||||
Reference in New Issue
Block a user