From aa25be7d6b90a4c1945b55a185b0e3ea890bdc89 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Tue, 12 Mar 2019 10:46:43 -0400 Subject: [PATCH] Make sentence in T.41 complete (#1386) --- CppCoreGuidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 62a3835..22b9f4a 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17299,8 +17299,8 @@ On the other hand, there is nothing in the fundamental idea of sorting that says ##### Note If we require every operation used to be listed among the requirements, the interface becomes unstable: -Every time we change the debug facilities, the usage data gathering, testing support, error reporting, etc. -The definition of the template would need change and every use of the template would have to be recompiled. +Every time we change the debug facilities, the usage data gathering, testing support, error reporting, etc., +the definition of the template would need change and every use of the template would have to be recompiled. This is cumbersome, and in some environments infeasible. Conversely, if we use an operation in the implementation that is not guaranteed by concept checking,