Fixed broken links.

Fixed min/max references.


[SVN r30005]
This commit is contained in:
John Maddock
2005-07-12 12:39:56 +00:00
parent dd5e27addb
commit 6581468288
5 changed files with 9 additions and 5 deletions

View File

@ -307,7 +307,7 @@ void enumerate_currencies(const std::string& text)
<PRE>template &lt;class BidirectionalIterator&gt;
class u32regex_token_iterator
{
// for members see <A href="regex_token_iterator.hmtl">regex_token_iterator</A>
// for members see <A href="regex_token_iterator.html">regex_token_iterator</A>
};
typedef u32regex_token_iterator&lt;const char*&gt; utf8regex_token_iterator;
@ -465,3 +465,4 @@ void enumerate_currencies2(const std::string&amp; text)
</body>
</html>

View File

@ -118,7 +118,7 @@
<TR>
<TD>1.7</TD>
<TD>Code Points</TD>
<TD>Supported: provided you use the <A href="icu_string.html">u32* algorithms</A>,
<TD>Supported: provided you use the <A href="icu_strings.html">u32* algorithms</A>,
then UTF-8, UTF-16 and UTF-32 are all treated as sequences of 32-bit code
points.</TD>
</TR>
@ -234,3 +234,4 @@
</body>
</html>

View File

@ -307,7 +307,7 @@ void enumerate_currencies(const std::string&amp; text)
<PRE>template &lt;class BidirectionalIterator&gt;
class u32regex_token_iterator
{
// for members see <A href="regex_token_iterator.hmtl">regex_token_iterator</A>
// for members see <A href="regex_token_iterator.html">regex_token_iterator</A>
};
typedef u32regex_token_iterator&lt;const char*&gt; utf8regex_token_iterator;
@ -465,3 +465,4 @@ void enumerate_currencies2(const std::string&amp; text)
</body>
</html>

View File

@ -118,7 +118,7 @@
<TR>
<TD>1.7</TD>
<TD>Code Points</TD>
<TD>Supported: provided you use the <A href="icu_string.html">u32* algorithms</A>,
<TD>Supported: provided you use the <A href="icu_strings.html">u32* algorithms</A>,
then UTF-8, UTF-16 and UTF-32 are all treated as sequences of 32-bit code
points.</TD>
</TR>
@ -234,3 +234,4 @@
</body>
</html>

View File

@ -66,7 +66,7 @@ struct results
posix_time(-1),
pcre_time(-1),
xpressive_time(-1),
factor(std::numeric_limits<double>::max()),
factor((std::numeric_limits<double>::max)()),
expression(ex),
description(desc)
{}