mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
Repaired stupid counting error in section 3.3
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@12 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
parent
c31d862faf
commit
5b7bb21dd8
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
In bf(C) the following i(basic data types) are available: tt(void, char,
|
||||
short, int, long, float) and tt(double). bf(C++) extends these five basic
|
||||
short, int, long, float) and tt(double). bf(C++) extends these basic
|
||||
types with several new types: the types ti(bool), ti(wchar_t), ti(long long)
|
||||
and ti(long double) (Cf. i(ANSI/ISO) draft (1995), par. 27.6.2.4.1 for
|
||||
examples of these very long types). The type ti(long long) is merely a
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SUBST(DOCVERSION)(6.4.0e)
|
||||
SUBST(DOCVERSION)(6.4.0f)
|
||||
SUBST(YEARS)(1994 - September 2006)
|
||||
|
|
Loading…
Reference in a new issue