7 Mar
2011
7 Mar
'11
11:58 p.m.
On Mon, 07 Mar 2011 14:33:19 -0800, Igor R
I'm interested in a noop deallocator for use in shared_ptr, but can't find one in boost, so does anyone know of one? (I know it's trivial to write one, but that doesn't out weight the convenience of using a standardized one.)
Well, as far as I see, there's a ticket opened 3 years ago: https://svn.boost.org/trac/boost/ticket/1913 And there are several copies of null_deleter in various libraries, eg. in boost::serialization, boost::signals2, etc.
Does any know the status of this ticket? Are there any plans to address it? Thanks, Mostafa