Skip to content

Commit 110aa2f

Browse files
committed
fix(cpp1): fix typo in the case for inspect
1 parent 56a899a commit 110aa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cppfront.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ class cppfront
19301930
auto operator()(inspect_expression_node const& expr) const
19311931
-> bool
19321932
{
1933-
return self->is_deducible(*expr.result_type);
1933+
return self->is_dependent(*expr.result_type);
19341934
}
19351935
};
19361936

0 commit comments

Comments
 (0)