From d19f04af7b27865da50815da3f112571514eae94 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 28 Nov 2003 15:17:45 +0000 Subject: [PATCH] Fix broken link [SVN r20986] --- doc/Attic/regex_token_iterator.html | 2 +- doc/regex_token_iterator.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Attic/regex_token_iterator.html b/doc/Attic/regex_token_iterator.html index 1cbd0b00..b13b3cb5 100644 --- a/doc/Attic/regex_token_iterator.html +++ b/doc/Attic/regex_token_iterator.html @@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg then calls ++(*this).

Returns: result.

Examples

-

The following example +

The following example takes a string and splits it into a series of tokens:

 #include <iostream>
diff --git a/doc/regex_token_iterator.html b/doc/regex_token_iterator.html
index 1cbd0b00..b13b3cb5 100644
--- a/doc/regex_token_iterator.html
+++ b/doc/regex_token_iterator.html
@@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg
          then calls ++(*this).

Returns: result.

Examples

-

The following example +

The following example takes a string and splits it into a series of tokens:

 #include <iostream>