cppannotations/TODO
Frank B. Brokken 4fc1dadb5d Updated TODO list
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@244 f6dd340e-d3f9-0310-b409-bdd246841980
2009-09-02 19:26:48 +00:00

10 lines
437 B
Text

Example missing just above section 8.2, placement new operator: activate
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 --