🔨 fixed compilation errors
TIL about C++: executing m[key()]=val(); for a std::map executes First key() then val() with Clang First val() then key() with GCC #wat
Showing
Please register or sign in to comment