Opened 13 years ago

Closed 6 years ago

#3970 closed Feature Requests (fixed)

Add copy_cv meta-function

Reported by: rutger Owned by: John Maddock
Milestone: Boost 1.43.0 Component: type_traits
Version: Boost 1.42.0 Severity: Problem
Keywords: Cc:

Description

Please add a meta-func that copies the cv-qualifiers from one type to the other.

template< typename From, typename To > struct copy_cv {

typedef undefined type;

};

Change History (2)

comment:1 by Mike <vigorous.activity@…>, 6 years ago

Shouldn't this be closed? copy_cv is in boost for some time already.

comment:2 by John Maddock, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.