forked from boostorg/container_hash
Test the hash functions for a couple of typedefs.
[SVN r53522]
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user