Rewrite C.164 enforcement (#1789)

Rewrite C.164 enforcement to flag non-explicit conversion operators only.
This commit is contained in:
Marco Gartmann
2021-06-10 20:13:22 +02:00
committed by GitHub
parent e2dbebed73
commit da97de7160

View File

@@ -8326,7 +8326,7 @@ The string returned by `ff()` is destroyed before the returned pointer into it c
##### Enforcement ##### Enforcement
Flag all conversion operators. Flag all non-explicit conversion operators.
### <a name="Ro-custom"></a>C.165: Use `using` for customization points ### <a name="Ro-custom"></a>C.165: Use `using` for customization points