We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4c460 commit af60e1fCopy full SHA for af60e1f
1 file changed
src/s2/encoded_uint_vector_test.cc
@@ -24,7 +24,7 @@ using std::vector;
24
25
namespace s2coding {
26
27
-static_assert(sizeof(EncodedUintVector<uint64>) == 16, "too big");
+static_assert(sizeof(EncodedUintVector<uint64>) <= 16, "too big");
28
29
template <class T>
30
void TestEncodedUintVector(const vector<T>& expected, size_t expected_bytes) {
0 commit comments