removed the no longer existing https://www.sgi.com/tech/stl/ link

This commit is contained in:
Frank B. Brokken 2020-12-15 14:32:23 +01:00
parent 22000e3955
commit f2fb492754

View file

@ -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