mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
e1b86f757a
Change byte containers from being just a `using` of the relative class (e.g. `BytesContainer`) to a full fledged subclass. This has the following benefits: * The template arguments are now laid out in the container class body, making it more readable. * The creation of a new class creates a new symbol, improving debuggability as now the container classes have their own name rather than the expanded base class template.