const_string_storage::reset implementation bug
Status: Beta
Brought to you by:
maxime2
Tested with VC71 & boost v.102900, debug build.
The const_string_storage::reset function passes the <0>
constant as the second parameter to the
boost::allocator::deallocate function.
This is incorrect according to the 20.1.5
(Allocator/deallocator implementation requirements).
As the result, boost::allocator::deallocate makes an
assertion in the debug mode.
Logged In: YES
user_id=537357
Hey Misha!
Thank you for the report. Gonna fix it.
Logged In: YES
user_id=537357
fixed in the cvs and in the tarball