diff --git a/test/bitset_test.hpp b/test/bitset_test.hpp index c797a91..1680c87 100644 --- a/test/bitset_test.hpp +++ b/test/bitset_test.hpp @@ -1187,7 +1187,7 @@ struct bitset_test return false; // if (a[i] = b[j]) skip to next } - return ( a.size() < b.size() ); + return a.size() < b.size(); } }