committed by
GitHub
parent
59953172e8
commit
3d2db20777
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#define REQUIRE_SIZE_RANGE(range, ref) BOOST_REQUIRE_EQUAL(range.size(), ref)
|
||||
#define REQUIRE_SIZE_RANGE(range, ref) BOOST_REQUIRE_EQUAL((range).size(), ref)
|
||||
#define CHECK_EQUAL_RANGE(range, ...) \
|
||||
do \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user