Преглед на файлове

entt: add doc for entt::stl

skypjack преди 2 месеца
родител
ревизия
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. */
 /*! @brief `EnTT` default namespace. */
 namespace entt {}
 namespace entt {}
 
 
+/*! @brief Custom `EnTT` namespace for the standard template library. */
+namespace entt::stl {}
+
 // IWYU pragma: begin_exports
 // IWYU pragma: begin_exports
 #include "config/config.h"
 #include "config/config.h"
 #include "config/macro.h"
 #include "config/macro.h"