template<class T> using mp_identity_t = T;+
template<class T> using mp_identity_t = typename mp_identity<T>::type;
diff --git a/doc/html/mp11.html b/doc/html/mp11.html index 2095b7c..bb35201 100644 --- a/doc/html/mp11.html +++ b/doc/html/mp11.html @@ -1853,7 +1853,7 @@ int main()
template<class T> using mp_identity_t = T;+
template<class T> using mp_identity_t = typename mp_identity<T>::type;
f(std::get<J>(std::forward<Tp>(tp)))
for