Commit dced0d12 by Jonathan Wakely

howto.html: Update URL for SGI STL docs.

2003-07-16  Jonathan Wakely  <redi@gcc.gnu.org>

	* docs/html/ext/howto.html: Update URL for SGI STL docs.
	* docs/html/faq/index.html: Same.
	* docs/html/faq/index.txt: Regenerate.

From-SVN: r69463
parent 1e0343dd
2003-07-16 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/ext/howto.html: Update URL for SGI STL docs.
* docs/html/faq/index.html: Same.
* docs/html/faq/index.txt: Regenerate.
2003-07-16 Paolo Carlini <pcarlini@unitus.it> 2003-07-16 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/11528 PR libstdc++/11528
......
...@@ -79,12 +79,12 @@ ...@@ -79,12 +79,12 @@
</p> </p>
<p>Each of the associative containers map, multimap, set, and multiset <p>Each of the associative containers map, multimap, set, and multiset
have a counterpart which uses a have a counterpart which uses a
<a href="http://www.sgi.com/Technology/STL/HashFunction.html">hashing <a href="http://www.sgi.com/tech/stl/HashFunction.html">hashing
function</a> to do the arranging, instead of a strict weak ordering function</a> to do the arranging, instead of a strict weak ordering
function. The classes take as one of their template parameters a function. The classes take as one of their template parameters a
function object that will return the hash value; by default, an function object that will return the hash value; by default, an
instantiation of instantiation of
<a href="http://www.sgi.com/Technology/STL/hash.html">hash</a>. <a href="http://www.sgi.com/tech/stl/hash.html">hash</a>.
You should specialize this functor for your class, or define your own, You should specialize this functor for your class, or define your own,
before trying to use one of the hashing classes. before trying to use one of the hashing classes.
</p> </p>
......
...@@ -868,7 +868,7 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ...@@ -868,7 +868,7 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
<hr /> <hr />
<h2><a name="5_3">5.3 What about the STL from SGI?</a></h2> <h2><a name="5_3">5.3 What about the STL from SGI?</a></h2>
<p>The <a href="http://www.sgi.com/Technology/STL/">STL from SGI</a>, <p>The <a href="http://www.sgi.com/tech/stl/">STL from SGI</a>,
version 3.3, was the most recent merge of the STL codebase. The version 3.3, was the most recent merge of the STL codebase. The
code in libstdc++ contains many fixes and changes, and it is code in libstdc++ contains many fixes and changes, and it is
very likely that the SGI code is no longer under active very likely that the SGI code is no longer under active
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment