$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2001-03-08 08:29:49
> >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;
Maybe this should be put in the docs? I've been asked this before.
This is really more suitable to put in a FAQ. But not the general Boost
FAQ. Should each library have its own FAQ? (maybe with pointers from the
Boost FAQ?)
-Steve