diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 9ddbdcd..94d60ae 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -16287,7 +16287,7 @@ The ability to specify a meaningful semantics is a defining characteristic of a && has_multiply && has_divide; - template auto algo(const N& a, const N& b) // use two numbers + template auto algo(const N& a, const N& b) { // ... return a + b;