skypjack 2 месяцев назад
Родитель
Сommit
b912d47fac
1 измененных файлов с 2 добавлено и 6 удалено
  1. 2 6
      src/entt/meta/node.hpp

+ 2 - 6
src/entt/meta/node.hpp

@@ -21,10 +21,8 @@
 #include "fwd.hpp"
 #include "fwd.hpp"
 #include "type_traits.hpp"
 #include "type_traits.hpp"
 
 
-namespace entt {
-
 /*! @cond ENTT_INTERNAL */
 /*! @cond ENTT_INTERNAL */
-namespace internal {
+namespace entt::internal {
 
 
 enum class meta_traits : stl::uint32_t {
 enum class meta_traits : stl::uint32_t {
     is_none = 0x0000,
     is_none = 0x0000,
@@ -279,9 +277,7 @@ template<cvref_unqualified Type>
     return (it == context.bucket.cend()) ? node : *it->second;
     return (it == context.bucket.cend()) ? node : *it->second;
 }
 }
 
 
-} // namespace internal
+} // namespace entt::internal
 /*! @endcond */
 /*! @endcond */
 
 
-} // namespace entt
-
 #endif
 #endif