Răsfoiți Sursa

entt: add doc for entt::stl

skypjack 2 săptămâni în urmă
părinte
comite
68f1bb1872
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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"