forked from OSchip/llvm-project
2c5471ddc7
Summary: As the title says, this makes following code compile: ``` template<typename> struct Foo {}; Foo() -> Foo<void>; Foo f; // ok ``` Thanks Nicolas Lesser for coining the fix. Reviewers: rsmith, lichray Reviewed By: rsmith, lichray Subscribers: lichray, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D38216 llvm-svn: 328409 |
||
---|---|---|
.. | ||
dcl.constexpr | ||
dcl.fct.spec | ||
dcl.inline | ||
dcl.stc | ||
dcl.type | ||
dcl.typedef |