We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d34125 commit d062c45Copy full SHA for d062c45
src/util/std_expr.h
@@ -1682,11 +1682,11 @@ template<> inline bool can_cast_expr<array_exprt>(const exprt &base)
1682
1683
/// Array constructor from a list of index-element pairs
1684
/// Operands are index/value pairs, alternating.
1685
-class array_list_exprt : public exprt
+class array_list_exprt : public multi_ary_exprt
1686
{
1687
public:
1688
explicit array_list_exprt(const array_typet &_type)
1689
- : exprt(ID_array_list, _type)
+ : multi_ary_exprt(ID_array_list, _type)
1690
1691
}
1692
};
0 commit comments