mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
d9ee804211
Currently, using `std::vector` in these breaks invalidation, so to avoid potential confusion, we shouldn't use it in docs either. Note that it's fine to use `std::vector` in non-invalidation-enabled TTG instances.