Georg Baum wrote: > It was easy to verify that owner_ is always set. I also made it more clear > that it should never change by making it a const member.
I meant that the buffer to which owner_ points to must remain alive. Quick peek at Buffer.cpp shows it should be fine during reload. Pavel