[all-commits] [llvm/llvm-project] d42d5e: [Concepts] Implement P1616R1 - Using unconstrained...
Saar Raz via All-commits
all-commits at lists.llvm.org
Thu Jan 23 13:44:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d42d5eb8ea77b3a3a502a60ba3f053fb81a897f3
https://github.com/llvm/llvm-project/commit/d42d5eb8ea77b3a3a502a60ba3f053fb81a897f3
Author: Saar Raz <saar at raz.email>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-2a.cpp
Log Message:
-----------
[Concepts] Implement P1616R1 - Using unconstrained template template parameters with constrained templates
Summary: Allow unconstrained template template parameters to accept constrainted templates as arguments.
Reviewers: rsmith
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73155
More information about the All-commits
mailing list