diff --git a/include/type_traits b/include/type_traits index 47f9334a5..29228395f 100644 --- a/include/type_traits +++ b/include/type_traits @@ -1072,6 +1072,11 @@ struct __uncvref { typedef typename remove_cv::type>::type type; }; +template +struct __unconstref { + typedef typename remove_const::type>::type type; +}; + // __is_same_uncvref template