瀏覽代碼

type_info: minor changes

Michele Caini 6 年之前
父節點
當前提交
da4ee38914
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/entt/core/type_info.hpp

+ 4 - 4
src/entt/core/type_info.hpp

@@ -14,6 +14,9 @@
 #endif
 
 
+namespace entt {
+
+
 #ifndef ENTT_PRETTY_FUNCTION
 /**
  * @cond TURN_OFF_DOXYGEN
@@ -21,7 +24,7 @@
  */
 
 
-namespace entt::internal {
+namespace internal {
 
 
 struct ENTT_API type_id_generator {
@@ -42,9 +45,6 @@ struct ENTT_API type_id_generator {
 #endif
 
 
-namespace entt {
-
-
 /**
  * @brief Types identifiers.
  * @tparam Type Type for which to generate an identifier.