Skip to content

Commit dfae41b

Browse files
committed
add more docs
1 parent bdde122 commit dfae41b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/math/matrix_related/xor_basis_ordered.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//! basis_ordered<int> b1;
66
//! basis_ordered<ll> b2;
77
//! basis_ordered<bitset<lg>> b3;
8+
//! b2.insert(x); // 0 <= x < (1LL<<lg)
89
//! @endcode
910
//! @time O(lg)
1011
//! @space O(lg)

tests/.config/.cppcheck_suppression_list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ unusedFunction:../kactl/stress-tests/utilities/genTree.h:49
6262
containerOutOfBounds:../library/data_structures_[l,r)/uncommon/permutation_tree.hpp:85
6363
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/bit.hpp:5
6464
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp:4
65-
shiftTooManyBits:../library/math/matrix_related/xor_basis_ordered.hpp:17
65+
shiftTooManyBits:../library/math/matrix_related/xor_basis_ordered.hpp:18

0 commit comments

Comments
 (0)