From 69d2341c1e7043c64c35901823188a663c068eee Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Mon, 19 Jun 2017 12:25:30 -0700 Subject: [PATCH] Fixing edit fail --- CppCoreGuidelines.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 13e2664..21b514d 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -21146,7 +21146,6 @@ When is a class a container? ??? This section contains a list of tools that directly support adoption of the C++ Core Guidelines. This list is not intended to be an exhaustive list of tools that are helpful in writing good C++ code. If a tool is designed specifically to support and links to the C++ Core Guidelines it is a candidate for inclusion. -In particular, here we present further rationale, longer examples, and discussions of alternatives. ### Tools: [Clang-tidy](http://clang.llvm.org/extra/clang-tidy/checks/list.html)