mirror of
https://github.com/boostorg/unordered.git
synced 2025-08-01 04:14:29 +02:00
Fix precedence error.
[SVN r45866]
This commit is contained in:
@@ -129,7 +129,7 @@ namespace move_tests
|
|||||||
BOOST_CHECK(count == test::global_object_count);
|
BOOST_CHECK(count == test::global_object_count);
|
||||||
#else
|
#else
|
||||||
BOOST_CHECK(test::global_object_count.constructions - count.constructions <=
|
BOOST_CHECK(test::global_object_count.constructions - count.constructions <=
|
||||||
test::is_map<T>::value ? 50 : 25);
|
(test::is_map<T>::value ? 50 : 25));
|
||||||
BOOST_CHECK(count.instances == test::global_object_count.instances);
|
BOOST_CHECK(count.instances == test::global_object_count.instances);
|
||||||
#endif
|
#endif
|
||||||
test::check_container(y, v);
|
test::check_container(y, v);
|
||||||
|
Reference in New Issue
Block a user