Activity
Partial fix for invoking vector methods on rvalues.
Partial fix for invoking vector methods on rvalues.
Added a missing return statement to the new vector_impl::grow_to over…
Added a missing return statement to the new vector_impl::grow_to over…
Added overloads for enlarge-resize methods which accept a default-fil…
Added overloads for enlarge-resize methods which accept a default-fil…
Deleted branch
vector_impl: skip zero-init of trivially constructible types for zero…
vector_impl: skip zero-init of trivially constructible types for zero…
17 days ago
More tweaks and fixes for partial single node handling in bptree_base…
More tweaks and fixes for partial single node handling in bptree_base…
Fixed partial single node handling in bptree_base_wkey<>::flatten().
Fixed partial single node handling in bptree_base_wkey<>::flatten().
Force push
Fixed partial single node handling in bptree_base_wkey<>::flatten().
Fixed partial single node handling in bptree_base_wkey<>::flatten().
Minor comment and assertion clarifications.
Minor comment and assertion clarifications.
Fixed/removed bogus assertions in bulk_append_tail.
Fixed/removed bogus assertions in bulk_append_tail.
bpt: deduplicated the append-to-lone-root handling from the bulk inse…
bpt: deduplicated the append-to-lone-root handling from the bulk inse…
bpt::merge yet another bug in the 'bulk append to a lone root' specia…
bpt::merge yet another bug in the 'bulk append to a lone root' specia…
Fixed/updated the bp_tree::playground unit test.
Fixed/updated the bp_tree::playground unit test.
Fixed a new bug in the 'bulk append to a lone root' special case code…
Fixed a new bug in the 'bulk append to a lone root' special case code…
bpt::insert fixed a bug in the 'bulk append to a lone root' special c…
bpt::insert fixed a bug in the 'bulk append to a lone root' special c…
Another bugfix in bptree_base::base_iterator::at_positive_offset().
Another bugfix in bptree_base::base_iterator::at_positive_offset().