mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-24 21:16:49 -05:00
general: fix compilation on GCC 12
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user