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 |
||
---|---|---|
.. | ||
basic.def | ||
basic.def.odr | ||
basic.link | ||
basic.lookup | ||
basic.namespace/basic.namespace.general | ||
basic.scope | ||
basic.start | ||
basic.stc/basic.stc.dynamic | ||
basic.types |