$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-02-18 16:47:03
"Eric Friedman" <ebf_at_[hidden]> wrote in message
news:003c01c2d6f7$2a812c90$49390c80_at_erk...
> [...]
> template <typename T>
> void operator()(const T& operand) const
> {
> operand.~T();
> }
> [...]
Is the destructor really a const function?
Dave