diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f7c7a2e..b272dcb 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -16330,7 +16330,7 @@ For example, see [Stroustrup94](#Stroustrup94). ##### Note -If no exception can be thrown, use [`noexcept`](#Re-noexcept) or its equivalent `throw()`. +If no exception can be thrown, use [`noexcept`](#Re-noexcept). ##### Enforcement