From dced0d12fbac3d87ca3d98163d2cf27f6655fb2e Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Wed, 16 Jul 2003 18:06:36 +0100
Subject: howto.html: Update URL for SGI STL docs.
2003-07-16 Jonathan Wakely
* 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
---
libstdc++-v3/docs/html/ext/howto.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'libstdc++-v3/docs/html/ext')
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index 3289619..ddd8e2a 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -79,12 +79,12 @@
Each of the associative containers map, multimap, set, and multiset
have a counterpart which uses a
- hashing
+ hashing
function to do the arranging, instead of a strict weak ordering
function. The classes take as one of their template parameters a
function object that will return the hash value; by default, an
instantiation of
- hash.
+ hash.
You should specialize this functor for your class, or define your own,
before trying to use one of the hashing classes.
--
cgit v1.1