7 Mar
2011
7 Mar
'11
10:33 p.m.
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.