Skip to content

Commit

Permalink
Fix Merge Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lartu committed Sep 5, 2024
1 parent 9f62854 commit 48fdeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narivm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class Value
string str_rep;
double num_rep;
shared_ptr<map<string, Value>> table_rep;
queue<string> *iterator_elements;
shared_ptr<queue<string> /**/> iterator_elements;

void reset_values()
{
Expand Down

0 comments on commit 48fdeec

Please sign in to comment.