$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-03-28 23:12:10
on 3/28/00 5:17 AM, Ian Bruntlett at Ian.Bruntlett_at_[hidden] wrote:
> Can someone help with template specialisation of operator~()
> Source code is at the bottom of the message.
Just what exactly do you expect this to do? operator~() has nothing to do
with destruction: it's the unary operator which is used to invert the bits
of integral types. Am I missing something?