fix: fix this mess
I am stupid I am stupid I am stupid I can't believe how f- ricking stupid I am
This commit is contained in:
@@ -101,7 +101,7 @@ thing_h executor::pop_thing() {
|
||||
if (m_frames.top().stackBase >= m_stack.size()) throw stack_underflow();
|
||||
thing_h top = std::move(m_stack.top());
|
||||
m_stack.pop();
|
||||
return top;
|
||||
return std::move(top);
|
||||
}
|
||||
|
||||
thing_h executor::thing() const {
|
||||
|
||||
Reference in New Issue
Block a user