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

@ -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)
{}