register is deprecated when building C++11 code and removed in C++17, using it will cause build failures with C++ and -Werror. The register hint keyword is likely ignored in GCC anyway.
register is deprecated when building C++11 code and removed in C++17, using it will cause build failures with C++ and -Werror. The register hint keyword is likely ignored in GCC anyway.