diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 1057fe1..75ebf7b 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -16288,7 +16288,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;