Move copy_cv to its alphabetical place.

This commit is contained in:
Peter Dimov
2015-06-08 00:01:09 +03:00
parent 5fcc741db4
commit d0dbb24faf

View File

@ -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