Boost logo

Boost :

From: Joao Abecasis (jpabecasis_at_[hidden])
Date: 2005-03-29 04:24:54


Gennadiy Rozental wrote:
> Hi,
>
> Is there any plans to split call_traits? I really need only reference type
> trait. Shouldn't it be part of type traits lib? Is there an alternative
> already in there?

How about:

     #include <boost/type_traits/add_reference.hpp>

     boost::add_reference<T>::type

?

João


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk