mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
cfc63f9f65
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@289 f6dd340e-d3f9-0310-b409-bdd246841980
66 lines
2.7 KiB
Text
66 lines
2.7 KiB
Text
8.1.0~pre1
|
|
|
|
* Removed the 'template concepts' section from advancedtemplates: removed
|
|
from the C++0x standard.
|
|
* Started a cleanup operation on the C++ Annotations aiming at improving
|
|
its internal consistency in examples and text. In this version
|
|
completed until (including) chapter 8.
|
|
|
|
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 05 Nov 2009 21:08:10 +0100
|
|
|
|
8.0.1 - Added --std=c++0x to the g++ compiler options
|
|
|
|
8.0.0 - New sections added describing elements of the new C++0x standard
|
|
New chapters: name spaces, generic algorithm.
|
|
The Portuguese translation of the Annotations (in the contributions
|
|
directory) are still at version 7.0.0., Sergio Bacchi wrote that a
|
|
new version is currently under construction.
|
|
|
|
7.3.1 - Readers are referred to sourceforge for the C++ Annotations archives
|
|
|
|
7.2.2 - Textual modifications and minor modifications of the programs due to
|
|
new Bobcat library.
|
|
|
|
7.0.1 - Processed extensive feedback received from Eric S. Raymond and
|
|
Edward Welbourne. Reorganized yo/string/members.yo. See the
|
|
yo/history.yo file for details.
|
|
|
|
7.0.0 - Added new chapter (advanced template applications) and changed
|
|
many other things. See the yo/history.yo file for details.
|
|
|
|
6.5.0 - Changed all unsigned types to size_t (where appropriate)
|
|
|
|
Added the Portuguese translation to the distribution, since Sergio
|
|
Bacchi's acceptance was received
|
|
|
|
Repaired various minor problems in compiling/running examples
|
|
|
|
Moved in-class definitions of member functions to below their class
|
|
|
|
Added paragraphs about size_t and other derived int-types and about
|
|
implementing pure virtual member functions
|
|
|
|
6.4.1 - Legal restriction leftover removed from Chapter 2's introduction.
|
|
Portuguese translation and `The history of C' removed from the
|
|
distribution, until formal permission to include them is received
|
|
from their authors.
|
|
|
|
Changes down to 6.2.4: see yo/history.yo
|
|
|
|
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 19 Sep 2006 13:03:29 +0200
|
|
|
|
6.2.4f - fixed basic-type counting in par. 3.3
|
|
|
|
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 07 Sep 2006 14:04:27 +0200
|
|
|
|
6.2.4 - See yo/history.yo
|
|
6.2.2 - See yo/history.yo
|
|
6.2.0 - See yo/history.yo
|
|
6.1.3(-pre) Repaired several textual imperfections and delete -> delete []
|
|
where new [] was used.
|
|
6.1.2. This file was defined to summarize intermediate modifications.
|
|
- description of ios condition flags refined
|
|
- description of string::getline() refined.
|
|
- open_mode `creat' changed into `trunc' (reading and writing streams)
|
|
|
|
6.1.1b Minor textual modifications since 6.1.0
|