Przeglądaj źródła

stl: add type_identity to type_traits

skypjack 1 tydzień temu
rodzic
commit
39bd3dc2ba
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/entt/stl/type_traits.hpp

+ 1 - 0
src/entt/stl/type_traits.hpp

@@ -60,6 +60,7 @@ using std::remove_cvref_t;
 using std::remove_pointer_t;
 using std::remove_reference_t;
 using std::true_type;
+using std::type_identity;
 using std::underlying_type_t;
 
 } // namespace entt::stl