
29 Mar
2005
29 Mar
'05
2:03 p.m.
"John Maddock" <john@johnmaddock.co.uk> wrote in message news:01a501c53451$6288b950$2f3f0252@fuji...
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?
Yes, add_reference does the same thing, we should really add an add_const_reference as well.
John.
Sorry, I actually need param_type. Reference indeed is just add_[const_]reference. Any idea in this direction? Gennadiy