Closed ncoonrod closed 5 years ago
When compiling the generated C++ code using g++, be sure to set -std=c++17.
Before this I wasn't able to do:
for (let key in mapObj) { console.log (`Key: ${key}`); }
Thanks! :)
When compiling the generated C++ code using g++, be sure to set -std=c++17.
Before this I wasn't able to do: