general: fix compilation on GCC 12
This commit is contained in:
parent
72abaf896f
commit
f3fd1038bb
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
[[nodiscard]] Stack Remove(Token token) const;
|
||||
|
||||
private:
|
||||
boost::container::small_vector<StackEntry, 3> entries;
|
||||
std::vector<StackEntry> entries;
|
||||
};
|
||||
|
||||
struct IndirectBranch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue