$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [intrusive] Possible bug in bstree_algorithms.hpp
From: Lars Hagström (lars_at_[hidden])
Date: 2014-09-16 03:37:08
> Just leave "allocate_new | expand_fwd" (allocate new buffer or expand
> current one without moving the beginning). Backwards expansion is tested in
> Boost.Container but not the object construction/destruction count (I'll
> need to add this in my tests).
>
Yes! I've commented out the expand_bwd flags in container/vector.hpp and
container/string.hpp, and it works beautifully!
Let me know if there is anything else I can try out, to help you find the
bug.
/Lars