mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
C.66: Improve language just a bit (#1771)
This commit is contained in:
parent
652b71b2c0
commit
c3baa7ce8b
|
@ -6246,7 +6246,7 @@ Here is a way to move a pointer without a test (imagine it as code in the implem
|
|||
|
||||
##### Reason
|
||||
|
||||
A throwing move violates most people's reasonably assumptions.
|
||||
A throwing move violates most people's reasonable assumptions.
|
||||
A non-throwing move will be used more efficiently by standard-library and language facilities.
|
||||
|
||||
##### Example
|
||||
|
|
Loading…
Reference in New Issue
Block a user