skypjack 3 дней назад
Родитель
Сommit
68f1bb1872
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/entt/entt.hpp

+ 3 - 0
src/entt/entt.hpp

@@ -1,6 +1,9 @@
 /*! @brief `EnTT` default namespace. */
 namespace entt {}
 
+/*! @brief Custom `EnTT` namespace for the standard template library. */
+namespace entt::stl {}
+
 // IWYU pragma: begin_exports
 #include "config/config.h"
 #include "config/macro.h"