diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-27 20:48:48 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-27 20:48:48 +0000 |
| commit | 28430f33a29ae461f7b020d270d47b99687c25e7 (patch) | |
| tree | c2f085d38feaeef6c5295fd47e9b6d5c2f364b29 /libstdc++-v3/docs/html/21_strings/howto.html | |
| parent | 3ac12e63c4e0f7551dbf4427519ec3b30e73f7c3 (diff) | |
| download | ppe42-gcc-28430f33a29ae461f7b020d270d47b99687c25e7.tar.gz ppe42-gcc-28430f33a29ae461f7b020d270d47b99687c25e7.zip | |
2004-06-27 Paolo Carlini <pcarlini@suse.de>
* docs/html/17_intro/contribute.html: Update some links.
* docs/html/17_intro/porting-howto.html: Likewise.
* docs/html/17_intro/porting-howto.xml: Likewise.
* docs/html/18_support/howto.html: Likewise.
* docs/html/21_strings/howto.html: Likewise.
* docs/html/27_io/howto.html: Likewise.
* docs/html/configopts.html: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/faq/index.html: Likewise.
* docs/html/install.html: Don't mention 2.x compilers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83745 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html/21_strings/howto.html')
| -rw-r--r-- | libstdc++-v3/docs/html/21_strings/howto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/21_strings/howto.html b/libstdc++-v3/docs/html/21_strings/howto.html index 59d9c8de3fe..ed2e74384f6 100644 --- a/libstdc++-v3/docs/html/21_strings/howto.html +++ b/libstdc++-v3/docs/html/21_strings/howto.html @@ -159,7 +159,7 @@ <hr /> <h2><a name="2">A case-insensitive string class</a></h2> <p>The well-known-and-if-it-isn't-well-known-it-ought-to-be - <a href="http://www.peerdirect.com/resources/">Guru of the Week</a> + <a href="http://www.gotw.ca/gotw/index.htm">Guru of the Week</a> discussions held on Usenet covered this topic in January of 1998. Briefly, the challenge was, "write a 'ci_string' class which is identical to the standard 'string' class, but is |

