Trivial fixes for the testsuite.

This commit is contained in:
Marc Glisse
2010-04-22 09:58:25 +00:00
parent ff0d2411be
commit 2256ae01e7
7 changed files with 8 additions and 8 deletions
@@ -160,7 +160,7 @@ namespace std {
static T max BOOST_PREVENT_MACRO_SUBSTITUTION () throw() {return T((P::max)());}
static T infinity() throw() {return P::infinity();}
};
};
}
int main(int argc, char* argv[])