• Niels Lohmann's avatar
    🔨 fixed compilation errors · ea667db4
    Niels Lohmann authored
    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
    ea667db4
json.hpp 490 KB