Boost logo

Boost :

From: Howard Hinnant (hinnant_at_[hidden])
Date: 2000-12-21 12:49:34


remove_reference already has the functionality of
"remove_const_reference". A reference to a const qualified type is still
a reference type - and should be removed by remove_reference.

-Howard

Jeremy Siek wrote on 12/21/2000 12:27 PM
>
>and how about remove_const_reference too?
>
>On Thu, 21 Dec 2000, David Abrahams wrote:
>
>abraha> I notice there is a remove_reference<T> but no remove_pointer<T> in
>abraha> type_traits. Oversight? Rationale?
>abraha>
>abraha> TIA,
>abraha> Dave
>abraha>
>abraha>
>abraha>
>abraha>
>abraha>
>
>----------------------------------------------------------------------
> Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
> Ph.D. Candidate email: jsiek_at_[hidden]
> Univ. of Notre Dame work phone: (219) 631-3906
>----------------------------------------------------------------------
>
>
>
>
>


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