diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f2af42f..268ecb4 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -8326,7 +8326,7 @@ The string returned by `ff()` is destroyed before the returned pointer into it c ##### Enforcement -Flag all conversion operators. +Flag all non-explicit conversion operators. ### C.165: Use `using` for customization points