Skip to content

Commit 48a93a0

Browse files
author
Daniel Kroening
committed
fix deprecation message for struct_exprt
1 parent c3bc2bb commit 48a93a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/std_expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ inline union_exprt &to_union_expr(exprt &expr)
18721872
class struct_exprt : public multi_ary_exprt
18731873
{
18741874
public:
1875-
DEPRECATED("use struct_exprt(component_name, value, type) instead")
1875+
DEPRECATED("use struct_exprt(operands, type) instead")
18761876
explicit struct_exprt(const typet &_type) : multi_ary_exprt(ID_struct, _type)
18771877
{
18781878
}

0 commit comments

Comments
 (0)