mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
parent
bf7d7da165
commit
1143bfab79
|
@ -5976,7 +5976,7 @@ A non-throwing move will be used more efficiently by standard-library and langua
|
||||||
int sz;
|
int sz;
|
||||||
};
|
};
|
||||||
|
|
||||||
These copy operations do not throw.
|
These operations do not throw.
|
||||||
|
|
||||||
##### Example, bad
|
##### Example, bad
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user