mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
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(float, float)
|
||||||
NUMERIC_TEST(double, double)
|
NUMERIC_TEST(double, double)
|
||||||
|
|
||||||
|
NUMERIC_TEST(std::size_t, size_t)
|
||||||
|
NUMERIC_TEST(std::ptrdiff_t, ptrdiff_t)
|
||||||
|
|
||||||
bool_test();
|
bool_test();
|
||||||
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
|
Reference in New Issue
Block a user