mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c3fc2d1f88
We used to assign an uninitialized field to `false`. However, what we really wanted to is to construct the optional by invoking the default constructor of the `value_type` of the optional.