$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-11-24 08:00:29
>I just came across a repeated need for add_cv<T>. We already have
>remove_cv<T>. How about it, for symmetry?
I don't mind ading it, but remember that such a beast doesn't actually do
anything:
add_cv<T>::type
is always the same as:
T const volatile
for all T.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/