$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-08-31 17:38:58
"David Abrahams" <dave_at_[hidden]> wrote in message
news:u3c23gdsp.fsf_at_boost-consulting.com...
> <blush>
> Can't believe I made that error.
> I've been complaining about people making the same sort of mistake
> for some time.
> </blush>
Hi Dave,
I wrote and documented this little utility some time ago but put it on the
back burner: http://tinyurl.com/3vjwf.
It's a generalization of type_traits::yes_type/no_type which handles
arbitrarily many cases with a user-friendly interface. Any interest?
Jonathan