Before this patch, implicit deduction guides were generated from the first declaration found by lookup.
With this patch implicit deduction guides are generated from the definition of the class template.
Also added test that was previously failing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp | ||
---|---|---|
503 ↗ | (On Diff #203789) | Should this be using CTAD? |