From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-03-29 12:09:00


"John Maddock" <john_at_[hidden]> wrote in message
news:026501c53480$8ce0fb20$2f3f0252_at_fuji...
>> Sorry, I actually need param_type. Reference indeed is just
>> add_[const_]reference.
>>
>> Any idea in this direction?
>
> You mean:
>
> template <class T>
> struct add_const_reference

No I mean any idea about

template<typename T>
param_type
{
    ....
};

Shouldn't we deprecate call traits if(once) we have corresponding traits in
Traits_lib.

Gennadiy.