Merge pull request #1183 from beinhaerter/formatting

Formatting in C.46
This commit is contained in:
Gabriel Dos Reis 2018-04-05 15:28:25 -07:00 committed by GitHub
commit 85db0de16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5379,7 +5379,7 @@ If you really want an implicit conversion from the constructor argument type to
##### 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