[clang] Update CWG2635 status

A follow-up to D138852. Apparently cxx_dr_status.html was changed
manually there, since make_cxx_dr_status script doesn't generate the
same HTML after that patch landed.

Differential Revision: https://reviews.llvm.org/D138895
This commit is contained in:
Vlad Serebrennikov 2022-11-29 05:54:34 -08:00 committed by Erich Keane
parent b0e4897a1b
commit de36be7404

View File

@ -29,7 +29,7 @@ void f() {
}
namespace dr2635 { // dr2635: yes
namespace dr2635 { // dr2635: 16
template<typename T>
concept UnaryC = true;
template<typename T, typename U>