Test the hash functions for a couple of typedefs.

[SVN r53522]
This commit is contained in:
Daniel James
2009-06-01 06:49:45 +00:00
parent 326a338add
commit 15d4153c37

View File

@@ -157,6 +157,9 @@ int main()
NUMERIC_TEST(float, float)
NUMERIC_TEST(double, double)
NUMERIC_TEST(std::size_t, size_t)
NUMERIC_TEST(std::ptrdiff_t, ptrdiff_t)
bool_test();
return boost::report_errors();