Skip to content

Commit 333533d

Browse files
committed
super nit
1 parent 42b1e2f commit 333533d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/math/matrix_related/xor_basis_ordered.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//! @space O(lg)
1212
const int lg = 60;
1313
template<class T> struct basis_ordered {
14-
T b[lg]{};
1514
int siz = 0;
15+
T b[lg]{};
1616
int shrink(T& v) {
1717
for (int i = lg - 1; i >= 0; i--)
1818
if (((v >> i) & T(1)) != T(0)) {

0 commit comments

Comments
 (0)