Run most of the unordered container tests (not the exception tests) on warning

level 4 on Visual C++.


[SVN r38648]
This commit is contained in:
Daniel James
2007-08-14 09:55:30 +00:00
parent 3ebd8bc9f2
commit 36f4508019
10 changed files with 67 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ namespace test
inline signed char generate(signed char const*)
{
using namespace std;
return rand();
return static_cast<signed char>(rand());
}
inline std::string generate(std::string const*)