$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-03-08 07:19:10
>How about adding the following (surprisingly missing :) type
transformation
>templates to our 'type traits' library?
Because they are not needed, adding a cv-qualifier, is *always* as simple
as:
typedef const T ct;
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/