From c6f8afc93197cb367cff6d744c653c2fc5548554 Mon Sep 17 00:00:00 2001 From: Neil MacIntosh Date: Mon, 20 Mar 2017 08:34:02 -0700 Subject: [PATCH] Updated example of enforcement suppression. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index cbce281..73729a5 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -269,7 +269,7 @@ We do not limit our comment in the **Enforcement** sections to things we know ho Tools that implement these rules shall respect the following syntax to explicitly suppress a rule: - [[suppress(tag)]] + [[gsl::suppress(tag)]] where "tag" is the anchor name of the item where the Enforcement rule appears (e.g., for [C.134](#Rh-public) it is "Rh-public"), the name of a profile group-of-rules ("type", "bounds", or "lifetime"),