Remove confusing "copy" in discussion of move ops

Fixes #989
This commit is contained in:
Jonathan Wakely 2017-07-20 12:35:16 +01:00
parent bf7d7da165
commit 1143bfab79

View File

@ -5976,7 +5976,7 @@ A non-throwing move will be used more efficiently by standard-library and langua
int sz;
};
These copy operations do not throw.
These operations do not throw.
##### Example, bad