Fix precedence error.

[SVN r45866]
This commit is contained in:
Daniel James
2008-05-28 11:15:13 +00:00
parent 79ed1693ff
commit 749dfc4044

View File

@ -129,7 +129,7 @@ namespace move_tests
BOOST_CHECK(count == test::global_object_count);
#else
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);
#endif
test::check_container(y, v);