Formatting "explicit" as code

This commit is contained in:
Werner Henze 2018-04-04 19:53:07 +02:00
parent c0264f3831
commit b724f71473

View File

@ -5379,7 +5379,7 @@ If you really want an implicit conversion from the constructor argument type to
##### Note ##### Note
Copy and move constructors should not be made explicit because they do not perform conversions. Explicit copy/move constructors make passing and returning by value difficult. Copy and move constructors should not be made `explicit` because they do not perform conversions. Explicit copy/move constructors make passing and returning by value difficult.
##### Enforcement ##### Enforcement