mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Rewrite C.164 enforcement (#1789)
Rewrite C.164 enforcement to flag non-explicit conversion operators only.
This commit is contained in:
@@ -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.
|
||||
|
||||
### <a name="Ro-custom"></a>C.165: Use `using` for customization points
|
||||
|
||||
|
||||
Reference in New Issue
Block a user