Enable more clang-tidy checks

This commit is contained in:
Siarhei Fedartsou 2022-06-30 12:25:54 +02:00
parent 91573ebddf
commit 34d6c5b60f

View File

@ -8,7 +8,7 @@
#include "partitioner/multi_level_partition.hpp"
#define CHECK_SIZE_RANGE(range, ref) BOOST_CHECK_EQUAL(range.second - range.first, ref)
#define CHECK_SIZE_RANGE(range, ref) BOOST_CHECK_EQUAL((range).second - (range).first, ref)
#define CHECK_EQUAL_RANGE(range, ref) \
do \
{ \