mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #1183 from beinhaerter/formatting
Formatting in C.46
This commit is contained in:
commit
85db0de16c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user