Skip to content

Commit 73a5d32

Browse files
author
Daniel Kroening
committed
fix deprecation message for struct_exprt
1 parent 45f8ce9 commit 73a5d32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/std_expr.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,8 +1887,7 @@ inline union_exprt &to_union_expr(exprt &expr)
18871887
class struct_exprt : public multi_ary_exprt
18881888
{
18891889
public:
1890-
DEPRECATED(
1891-
SINCE(2019, 1, 12, "use struct_exprt(component_name, value, type) instead"))
1890+
DEPRECATED(SINCE(2019, 1, 12, "use struct_exprt(operands, type) instead"))
18921891
explicit struct_exprt(const typet &_type) : multi_ary_exprt(ID_struct, _type)
18931892
{
18941893
}

0 commit comments

Comments
 (0)