• Marko Mäkelä's avatar
    Remove most 'register' use in C++ · 39a49855
    Marko Mäkelä authored
    Modern compilers (such as GCC 8) emit warnings that the
    'register' keyword is deprecated and not valid C++17.
    
    Let us remove most use of the 'register' keyword.
    Code in 'extra/' is not touched.
    39a49855
table.cc 248 KB