From 3ee662fa1a295dc9282911be66bd219eabdbd019 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Wed, 3 Aug 2005 19:43:36 +0000 Subject: [PATCH] fixed broken links [SVN r30421] --- doc/Attic/basic_regex.html | 11 ++++++----- doc/Attic/contacts.html | 2 +- doc/Attic/match_results.html | 2 +- doc/basic_regex.html | 11 ++++++----- doc/contacts.html | 2 +- doc/gcc-performance.html | 2 +- doc/match_results.html | 2 +- 7 files changed, 17 insertions(+), 15 deletions(-) diff --git a/doc/Attic/basic_regex.html b/doc/Attic/basic_regex.html index c7a25d2e..a2aa6f96 100644 --- a/doc/Attic/basic_regex.html +++ b/doc/Attic/basic_regex.html @@ -672,24 +672,25 @@ template <class ST, class SA> basic_regex& operator=(const basic_string<charT, ST, SA>& p);

Effects: Returns the result of assign(p).

+

basic_regex iterators

-
+      

 const_iterator begin() const;
 

Effects: Returns a starting iterator to a sequence of characters representing the regular expression.

-
+      

 const_iterator end() const;
 

Effects: Returns termination iterator to a sequence of characters representing the regular expression.

basic_regex capacity

-
+      

 size_type size() const;
 

Effects: Returns the length of the sequence of characters representing the regular expression.

-
+      

 size_type max_size() const;
 

Effects: Returns the maximum length of the sequence of characters @@ -818,7 +819,7 @@ locale_type getloc() const; traits_inst is a (default initialized) instance of the template parameter traits stored within the object.

basic_regex swap

-
+      

 void swap(basic_regex& e) throw();
 

Effects: Swaps the contents of the two regular expressions.

diff --git a/doc/Attic/contacts.html b/doc/Attic/contacts.html index cf4f1e2b..645460ec 100644 --- a/doc/Attic/contacts.html +++ b/doc/Attic/contacts.html @@ -53,7 +53,7 @@ spot any bugs, please get in touch.

Useful further information can be found at:

Short tutorials on regular expressions can be - found here and here.

+ found here and here.

The main book on regular expressions is Mastering Regular Expressions, published by O'Reilly.

Information on the diff --git a/doc/Attic/match_results.html b/doc/Attic/match_results.html index f158c0f8..cb313dc5 100644 --- a/doc/Attic/match_results.html +++ b/doc/Attic/match_results.html @@ -377,7 +377,7 @@ string_type format(const string_type& fmt, ECMAScript Language Specification, Chapter 15 part 5.4.11 String.prototype.replace.

Allocator access

-
allocator_type get_allocator()const;
+      
allocator_type get_allocator()const;
 

Effects: Returns a copy of the Allocator that was passed to the object's diff --git a/doc/basic_regex.html b/doc/basic_regex.html index c7a25d2e..a2aa6f96 100644 --- a/doc/basic_regex.html +++ b/doc/basic_regex.html @@ -672,24 +672,25 @@ template <class ST, class SA> basic_regex& operator=(const basic_string<charT, ST, SA>& p);

Effects: Returns the result of assign(p).

+

basic_regex iterators

-
+      

 const_iterator begin() const;
 

Effects: Returns a starting iterator to a sequence of characters representing the regular expression.

-
+      

 const_iterator end() const;
 

Effects: Returns termination iterator to a sequence of characters representing the regular expression.

basic_regex capacity

-
+      

 size_type size() const;
 

Effects: Returns the length of the sequence of characters representing the regular expression.

-
+      

 size_type max_size() const;
 

Effects: Returns the maximum length of the sequence of characters @@ -818,7 +819,7 @@ locale_type getloc() const; traits_inst is a (default initialized) instance of the template parameter traits stored within the object.

basic_regex swap

-
+      

 void swap(basic_regex& e) throw();
 

Effects: Swaps the contents of the two regular expressions.

diff --git a/doc/contacts.html b/doc/contacts.html index cf4f1e2b..645460ec 100644 --- a/doc/contacts.html +++ b/doc/contacts.html @@ -53,7 +53,7 @@ spot any bugs, please get in touch.

Useful further information can be found at:

Short tutorials on regular expressions can be - found here and here.

+ found here and here.

The main book on regular expressions is Mastering Regular Expressions, published by O'Reilly.

Information on the diff --git a/doc/gcc-performance.html b/doc/gcc-performance.html index 6f22ddb8..5fc80bbb 100644 --- a/doc/gcc-performance.html +++ b/doc/gcc-performance.html @@ -54,7 +54,7 @@

Comparison 1: Long Search

For each of the following regular expressions the time taken to find all occurrences of the expression within a long English language text was measured - (mtent12.txt + (mtent12.txt from Project Gutenberg, 19Mb). 

diff --git a/doc/match_results.html b/doc/match_results.html index f158c0f8..cb313dc5 100644 --- a/doc/match_results.html +++ b/doc/match_results.html @@ -377,7 +377,7 @@ string_type format(const string_type& fmt, ECMAScript Language Specification, Chapter 15 part 5.4.11 String.prototype.replace.

Allocator access

-
allocator_type get_allocator()const;
+      
allocator_type get_allocator()const;
 

Effects: Returns a copy of the Allocator that was passed to the object's