We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
not
1 parent 10670a9 commit f79e703Copy full SHA for f79e703
include/usearch/index_dense.hpp
@@ -1712,7 +1712,7 @@ class index_dense_gt {
1712
auto allow = [&](member_cref_t const& member) noexcept {
1713
bool freed = member.key == free_key_;
1714
pruned_edges += freed;
1715
- return not freed;
+ return !freed;
1716
};
1717
typed_->isolate(allow, std::forward<executor_at>(executor), std::forward<progress_at>(progress));
1718
result.pruned_edges = pruned_edges;
0 commit comments