forked from boostorg/container_hash
Minor hash test changes.
Merged revisions 53522-53523 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53522 | danieljames | 2009-06-01 07:49:45 +0100 (Mon, 01 Jun 2009) | 1 line Test the hash functions for a couple of typedefs. ........ r53523 | danieljames | 2009-06-01 07:50:14 +0100 (Mon, 01 Jun 2009) | 2 lines Recent versions of borland haven't fixed some of their namespace bugs, so mark up their hash failures for all versions. ........ [SVN r53686]
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