From 55e7d127af34a61fc59ed55ca7d3dc60da80b088 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 7 Dec 2009 19:26:26 +0000 Subject: [PATCH] Merge unordered and hash. Improved Codegear support in unordered. Another warning suppression in hash. [SVN r58223] --- hash/test/hash_map_test.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hash/test/hash_map_test.hpp b/hash/test/hash_map_test.hpp index 3b52a50..6e85dcf 100644 --- a/hash/test/hash_map_test.hpp +++ b/hash/test/hash_map_test.hpp @@ -11,6 +11,7 @@ #if defined(BOOST_MSVC) #pragma warning(push) +#pragma warning(disable:4244) // conversion from 'int' to 'float' #pragma warning(disable:4245) // signed/unsigned mismatch #endif