motor icon indicating copy to clipboard operation
motor copied to clipboard

Remove uses of the deprecated register keyword

Open JJL772 opened this issue 2 years ago • 0 comments

This keyword was deprecated in C++11 and removed from the language in C++17. clang 16 (or 15?) switched the default C++ standard to C++17, leading to compiler errors if you don't specify an older standard in USR_CXXFLAGS.

JJL772 avatar Jul 11 '23 00:07 JJL772