mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
fixed ref. to iosfwd
This commit is contained in:
parent
e9e01e2428
commit
35af70d54a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ comparable functionality. E.g., rather than writing
|
|||
|
||||
To define and use tt(string)-type objects, sources must include the header
|
||||
file tthi(string). To merely hi(string: declaring) em(declare) the string type
|
||||
the header hi(iosfwd) can be included.
|
||||
the header i(iosfwd) can be included.
|
||||
|
||||
In addition to tt(std::string), the header file tt(string) defines the
|
||||
following string types:
|
||||
|
|
Loading…
Reference in a new issue