- Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Closed
Copy link
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category
Description
| Bugzilla Link | 40771 |
| Resolution | FIXED |
| Resolved on | Jul 29, 2019 01:56 |
| Version | trunk |
| OS | Linux |
| Blocks | #41819 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @adrian-prantl,@dexonsmith,@zmodem,@joker-eph,@LebedevRI,@oystedal,@zygoloid |
Extended Description
Godbolt demonstrating the issue: https://godbolt.org/z/Vs3QZe
Clang options: -std=c++17 -O1
#include
template <class... Ts> struct ctad : Ts... {};
template <class... Ts> ctad(Ts...)->ctad<Ts...>;
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category