mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
removed the no longer existing https://www.sgi.com/tech/stl/ link
This commit is contained in:
parent
22000e3955
commit
f2fb492754
1 changed files with 3 additions and 0 deletions
|
@ -132,10 +132,13 @@ tt(string::begin) and tt(string::end) members). In this chapter the
|
|||
iterator concept is not further investigated. Refer to chapter ref(STL) for
|
||||
this.
|
||||
|
||||
COMMENT(
|
||||
This link no longer exists:
|
||||
The url hi(http://www.sgi.com/.../stl)
|
||||
tlurl(https://www.sgi.com/tech/stl/) is worth visiting as it offers more
|
||||
extensive coverage of abstract containers and the standard template library
|
||||
than can be provided by the annotations().
|
||||
END)
|
||||
|
||||
Containers often collect data during their lifetimes. When a container
|
||||
goes out of scope, its destructor tries to destroy its data elements. This
|
||||
|
|
Loading…
Reference in a new issue