Browse Source

doc: drop mentions of ENTT_NOEXCEPT

Michele Caini 3 years ago
parent
commit
10e74dad41
1 changed files with 0 additions and 7 deletions
  1. 0 7
      docs/md/config.md

+ 0 - 7
docs/md/config.md

@@ -8,7 +8,6 @@
 * [Introduction](#introduction)
 * [Definitions](#definitions)
   * [ENTT_NOEXCEPTION](#entt_noexception)
-  * [ENTT_NOEXCEPT](#entt_noexcept)
   * [ENTT_USE_ATOMIC](#entt_use_atomic)
   * [ENTT_ID_TYPE](#entt_id_type)
   * [ENTT_SPARSE_PAGE](#entt_sparse_page)
@@ -46,12 +45,6 @@ handling in `EnTT`.<br/>
 This is roughly equivalent to setting the compiler flag `-fno-exceptions` but is
 also limited to this library only.
 
-## ENTT_NOEXCEPT
-
-The purpose of this parameter is to suppress the use of `noexcept` by this
-library.<br/>
-To do this, simply define the variable without assigning any value to it.
-
 ## ENTT_USE_ATOMIC
 
 In general, `EnTT` doesn't offer primitives to support multi-threading. Many of