Allow unconstrained template template parameters to accept constrainted templates as arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D73155
[Concepts] Implement P1616R1 - Using unconstrained template template parameters with constrained templates ClosedPublic Authored by saar.raz on Jan 21 2020, 6:23 PM.
Details Summary Allow unconstrained template template parameters to accept constrainted templates as arguments.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 23 2020, 11:53 AM Closed by commit rGd42d5eb8ea77: [Concepts] Implement P1616R1 - Using unconstrained template template parameters… (authored by saar.raz). · Explain WhyJan 23 2020, 1:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 240002 clang/lib/Sema/SemaTemplate.cpp
clang/test/CXX/temp/temp.arg/temp.arg.template/p3-2a.cpp
|