
29 Mar
2005
29 Mar
'05
9:24 a.m.
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