$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-05-12 14:26:53
Kevin Martin:
> My question is whether the boost library has anywhere in it a null
> deleter object, or whether it is possible to define one in place with
> boost::lambda or similar?
boost::lambda::_1 should work as a null deleter, although you're right that
we might wish to add boost::null_deleter. Can you please file a Trac ticket
for this?