Skip to content

Commit

Permalink
[cpp] rename data member to prevent changing meaning of type
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 11, 2024
1 parent bb0de7a commit f499437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct struct_type
struct data_member
{
std::string member_name;
util::box<type> type;
util::box<type> ty;

bool operator==(const data_member& rhs) const = default;
};
Expand Down

0 comments on commit f499437

Please sign in to comment.