23 Feb
2016
23 Feb
'16
3:20 a.m.
On 2016-02-18 11:53 PM, Phil Bouchard wrote:
I have to admit MSVC 2015 got a clean STL...
block_ptr_test2.cpp doesn't crash but some assertions are wrong (in my block_ptr tests).
Is there any plans from Boost to make the Boost.Container work with inner smart pointers? I don't think there is any other alternative if people want to plugin memory management.
After trying out to integrate the smart pointer into the MSVC's STL, it looks like they use raw node pointers so I don't think it'll be possible to do that after all. Is there any interests to modify the Boost.Container to use smart pointers? Thanks, -Phil