Rewrite C.164 enforcement (#1789)

Rewrite C.164 enforcement to flag non-explicit conversion operators only.
pull/1801/head
Marco Gartmann 5 years ago committed by GitHub
parent e2dbebed73
commit da97de7160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save