diff --git a/doc/Attic/icu_strings.html b/doc/Attic/icu_strings.html index 45c5bffb..39548198 100644 --- a/doc/Attic/icu_strings.html +++ b/doc/Attic/icu_strings.html @@ -307,7 +307,7 @@ void enumerate_currencies(const std::string& text)
template <class BidirectionalIterator>
 class u32regex_token_iterator
 {
-   // for members see regex_token_iterator
+   // for members see regex_token_iterator
 };
 
 typedef u32regex_token_iterator<const char*>     utf8regex_token_iterator;
@@ -465,3 +465,4 @@ void enumerate_currencies2(const std::string& text)
    
 
 
+
diff --git a/doc/Attic/standards.html b/doc/Attic/standards.html
index 17fe78a2..d5bc8c46 100644
--- a/doc/Attic/standards.html
+++ b/doc/Attic/standards.html
@@ -118,7 +118,7 @@
             
                1.7
                Code Points
-               Supported: provided you use the u32* algorithms, 
+               Supported: provided you use the u32* algorithms, 
                   then UTF-8, UTF-16 and UTF-32 are all treated as sequences of 32-bit code 
                   points.
             
@@ -234,3 +234,4 @@
    
 
 
+
diff --git a/doc/icu_strings.html b/doc/icu_strings.html
index 45c5bffb..39548198 100644
--- a/doc/icu_strings.html
+++ b/doc/icu_strings.html
@@ -307,7 +307,7 @@ void enumerate_currencies(const std::string& text)
       
template <class BidirectionalIterator>
 class u32regex_token_iterator
 {
-   // for members see regex_token_iterator
+   // for members see regex_token_iterator
 };
 
 typedef u32regex_token_iterator<const char*>     utf8regex_token_iterator;
@@ -465,3 +465,4 @@ void enumerate_currencies2(const std::string& text)
    
 
 
+
diff --git a/doc/standards.html b/doc/standards.html
index 17fe78a2..d5bc8c46 100644
--- a/doc/standards.html
+++ b/doc/standards.html
@@ -118,7 +118,7 @@
             
                1.7
                Code Points
-               Supported: provided you use the u32* algorithms, 
+               Supported: provided you use the u32* algorithms, 
                   then UTF-8, UTF-16 and UTF-32 are all treated as sequences of 32-bit code 
                   points.
             
@@ -234,3 +234,4 @@
    
 
 
+
diff --git a/performance/regex_comparison.hpp b/performance/regex_comparison.hpp
index 271a4823..1c4cc6c2 100644
--- a/performance/regex_comparison.hpp
+++ b/performance/regex_comparison.hpp
@@ -66,7 +66,7 @@ struct results
         posix_time(-1),
         pcre_time(-1),
         xpressive_time(-1),
-        factor(std::numeric_limits::max()),
+        factor((std::numeric_limits::max)()),
         expression(ex), 
         description(desc)
    {}