Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(container): silence GCC 'final' warning
GCC now reports the following warning: > linked-bump-allocator.h:39:7: error: Declaring type 'class quick_lint_js::Linked_Bump_Allocator<8>' final would enable devirtualization of 1 call [-Werror=suggest-final-types] Heed GCC's warning by marking the class final.
- Loading branch information