diff --git a/doc/transform_traits.qbk b/doc/transform_traits.qbk index b96d071..9a7757c 100644 --- a/doc/transform_traits.qbk +++ b/doc/transform_traits.qbk @@ -41,6 +41,9 @@ result of applying the transformation to the template argument `T`. template struct __common_type; + template + struct __copy_cv; + template struct __decay; @@ -80,9 +83,6 @@ result of applying the transformation to the template argument `T`. template struct __remove_volatile; - template - struct __copy_cv; - [h4 Broken Compiler Workarounds:] For all of these templates support for partial specialization of class templates is