diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f7c7a2e8557a4e412f80d88455b28334c9850789..b272dcbeea0485496af03e221d7847c1808f5183 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