Explorar o código

doc: avoid using ENTT_NOEXCEPT in the doc

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
74c498cf15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/md/core.md

+ 1 - 1
docs/md/core.md

@@ -483,7 +483,7 @@ Basically, the whole system relies on a handful of classes. In particular:
   ```cpp
   ```cpp
   template<typename Type>
   template<typename Type>
   struct entt::type_index<Type, std::void_d<decltype(Type::index())>> {
   struct entt::type_index<Type, std::void_d<decltype(Type::index())>> {
-      static entt::id_type value() ENTT_NOEXCEPT {
+      static entt::id_type value() noexcept {
           return Type::index();
           return Type::index();
       }
       }
   };
   };