forked from OSchip/llvm-project
![]() This patch implements P0634r3 that removes the need for 'typename' in certain contexts. For example, ``` template <typename T> using foo = T::type; // ok ``` This is also allowed in previous language versions as an extension, because I think it's pretty useful. :) Reviewed By: #clang-language-wg, erichkeane Differential Revision: https://reviews.llvm.org/D53847 |
||
---|---|---|
.. | ||
concept | ||
temp.arg | ||
temp.constr | ||
temp.decls | ||
temp.deduct | ||
temp.deduct.guide | ||
temp.explicit | ||
temp.fct.spec | ||
temp.names | ||
temp.param | ||
temp.pre | ||
temp.res | ||
temp.spec | ||
temp.type | ||
p3.cpp |