• Sergei Golubchik's avatar
    compilation fix · 7a4afad9
    Sergei Golubchik authored
    include/my_valgrind.h:88:112: error: ‘void* memset(void*, int, size_t)’ writing to an object of non-trivial type ‘key_map’ {aka ‘class Bitmap<64>’}; use assignment instead [-Werror=class-memaccess]
    
    in this case it's safe, Bitmap<> is trivial enough
    7a4afad9
table.cc 299 KB