Remove deprecated macros for hash and unordered's tests.

[SVN r59708]
This commit is contained in:
Daniel James
2010-02-16 22:33:10 +00:00
parent 6544b32920
commit 77f856e3cf

View File

@@ -152,7 +152,7 @@ int main()
NUMERIC_TEST(long, hash_long)
NUMERIC_TEST(unsigned long, ulong)
#if defined(BOOST_HAS_LONG_LONG)
#if !defined(BOOST_NO_LONG_LONG)
NUMERIC_TEST_NO_LIMITS(boost::long_long_type, long_long)
NUMERIC_TEST_NO_LIMITS(boost::ulong_long_type, ulong_long)
#endif