mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4d2f1f71b4
`TupleTreeReference`s use the Root type as a pointer only so they can operate with forward declarations. Before this commit there were static asserts that prevented this use case, and thus required the headers defining the root type to be included before this one to work correctly. We drop those `static_assert`s to make sure that all headers are parsable on their own.