mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
0877ab5c74
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@248 f6dd340e-d3f9-0310-b409-bdd246841980
9 lines
364 B
Text
9 lines
364 B
Text
Clarify the move constructor using the anonymous object rule (8.8),
|
|
Clarify the working of std::move as a static_cast
|
|
Provide example of move-only classes, provide example of the move constructor
|
|
for derived classes (Ch 14)
|
|
Add section discusing serializing references (E.g., int & initialized by int
|
|
&&)
|
|
Add section about Exception Safety (Ch 9)
|
|
|
|
-- all done --
|