Closed HuseyinSimsek7904 closed 11 months ago
Using queues to store macros and the static stack is extremely problematic, as the queue size is static and adding new items will cause overflows. To solve that problem, the queues should be changed to vectors.
Did that a long time ago, forgot that there was an issue associated with it.
Using queues to store macros and the static stack is extremely problematic, as the queue size is static and adding new items will cause overflows. To solve that problem, the queues should be changed to vectors.