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 , 6 years ago
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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