From 044a4b277ef236a84bc3baf9cf6692494e9c81f3 Mon Sep 17 00:00:00 2001 From: michaelz85 Date: Wed, 20 Dec 2017 17:50:46 +0100 Subject: [PATCH] fixed anchor name for T.21 (#1108) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 198d1a5..5ec4ef4 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -16315,7 +16315,7 @@ Concepts with multiple operations have far lower chance of accidentally matching * Flag uses of `enable_if` that appears to simulate single-operation `concepts`. -### T.21: Require a complete set of operations for a concept +### T.21: Require a complete set of operations for a concept ##### Reason