diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 80938b0..04b6058 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17529,7 +17529,7 @@ Because that's the best we can do without direct concept support. ##### Example template - enable_if_t> + enable_if_t> f(T v) { // ...