forked from boostorg/regex
Fixed broken links.
Fixed min/max references. [SVN r30005]
This commit is contained in:
@ -307,7 +307,7 @@ void enumerate_currencies(const std::string& text)
|
||||
<PRE>template <class BidirectionalIterator>
|
||||
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<const char*> utf8regex_token_iterator;
|
||||
@ -465,3 +465,4 @@ void enumerate_currencies2(const std::string& text)
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
@ -307,7 +307,7 @@ void enumerate_currencies(const std::string& text)
|
||||
<PRE>template <class BidirectionalIterator>
|
||||
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<const char*> utf8regex_token_iterator;
|
||||
@ -465,3 +465,4 @@ void enumerate_currencies2(const std::string& text)
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
@ -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)
|
||||
{}
|
||||
|
Reference in New Issue
Block a user