mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
e9db913291
The index of an element of a `SortedVector<yield::Tag>` was saved, but `SortedVector` behaves like a set. The issue has been fixed by creating a temporary `Tag` instead of trying to keep a reference to an existing one.