Skip to content

Commit ced5a72

Browse files
committed
fix build
1 parent 1ee609a commit ced5a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/SemaConcept.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct NormalizedConstraint {
135135
bool isFoldExpanded() const {
136136
return Constraint.is<FoldExpandedConstraint *>();
137137
}
138-
bool isCompound() const { return Constraint.is<CompoundConstraint *>(); }
138+
bool isCompound() const { return Constraint.is<CompoundConstraint>(); }
139139

140140
CompoundConstraintKind getCompoundKind() const {
141141
assert(isCompound() && "getCompoundKind on a non-compound constraint..");

0 commit comments

Comments
 (0)