
28 Feb
2006
28 Feb
'06
3:29 p.m.
AlisdairM wrote:
typedef typename add_ref< add_const< T > >::type ref_const_t; typedef typename add_const< add_ref< T > >::type const_ref_t;
Aren't these types T const & and T& const Which aren't equivelant (for T& const, the const is unnecessary IIUC)? But I'm easily confused so my jump out of this conversation now! Cheers Russell