diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 04b6058..fe7f596 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17536,8 +17536,7 @@ Because that's the best we can do without direct concept support. } // Equivalent to: - template - void f(T v) + void f(Integral v) { // ... }