
16 Jul
2012
16 Jul
'12
7:46 a.m.
El 15/07/2012 17:48, Vicente J. Botet Escriba escribió:
Hi,
Boost has a lot of pieces of the c++11 header <memory>, shared_ptr, weak_ptr , ... in Boost.SmartPtr, unique_ptr, allocator argument tag, uses_allocator ... in Boost.Interprocess. Other are already in the C++03 <memory> header. Others are missing, as pointer_traits, default_delete, ...
You have an (extended) implementation of pointer_traits in Boost.Intrusive. Best, Ion