mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
C.66: Improve language just a bit (#1771)
This commit is contained in:
@@ -6246,7 +6246,7 @@ Here is a way to move a pointer without a test (imagine it as code in the implem
|
|||||||
|
|
||||||
##### Reason
|
##### 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.
|
A non-throwing move will be used more efficiently by standard-library and language facilities.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|||||||
Reference in New Issue
Block a user