$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [intrusive] Possible bug in bstree_algorithms.hpp
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2014-09-20 11:31:27
El 16/09/2014 9:37, Lars Hagström escribió:
> 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.
Can you try current develop code? I've found an error in backwards
insertion code where too many destructors where called, and that might
related to your bug.
Best,
Ion