From 15d4153c3707c80366e5d9e1f5a8eb3453fd9578 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 1 Jun 2009 06:49:45 +0000 Subject: [PATCH] Test the hash functions for a couple of typedefs. [SVN r53522] --- test/hash_number_test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/hash_number_test.cpp b/test/hash_number_test.cpp index 88e03bd..40febc7 100644 --- a/test/hash_number_test.cpp +++ b/test/hash_number_test.cpp @@ -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();