forked from boostorg/type_traits
Move copy_cv to its alphabetical place.
This commit is contained in:
@ -41,6 +41,9 @@ result of applying the transformation to the template argument `T`.
|
||||
template <class... T>
|
||||
struct __common_type;
|
||||
|
||||
template <class T, class U>
|
||||
struct __copy_cv;
|
||||
|
||||
template <class T>
|
||||
struct __decay;
|
||||
|
||||
@ -80,9 +83,6 @@ result of applying the transformation to the template argument `T`.
|
||||
template <class T>
|
||||
struct __remove_volatile;
|
||||
|
||||
template <class T, class U>
|
||||
struct __copy_cv;
|
||||
|
||||
[h4 Broken Compiler Workarounds:]
|
||||
|
||||
For all of these templates support for partial specialization of class templates is
|
||||
|
Reference in New Issue
Block a user