Skip to content

Commit 15de885

Browse files
author
Daniel Kroening
committed
fix deprecation message for struct_exprt
1 parent a80798f commit 15de885

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
@@ -1883,7 +1883,7 @@ class struct_exprt : public multi_ary_exprt
18831883
{
18841884
public:
18851885
DEPRECATED(
1886-
SINCE(2019, 1, 12, "use struct_exprt(component_name, value, type) instead"))
1886+
SINCE(2019, 1, 12, "use struct_exprt(operands, type) instead"))
18871887
explicit struct_exprt(const typet &_type) : multi_ary_exprt(ID_struct, _type)
18881888
{
18891889
}

0 commit comments

Comments
 (0)