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.lookup.argdep | ||
basic.lookup.classref | ||
basic.lookup.elab | ||
basic.lookup.qual | ||
basic.lookup.udir | ||
basic.lookup.unqual |