36223b1eaa
The `register` storage class specifier is a legacy C++ feature that has been ignored by modern compilers for years. It was officially deprecated in C++11 and removed entirely in the C++17 standard. This commit removes all instances of `register` from the C++ codebase. This modernizes the code, improves its clarity, and eliminates compiler warnings without any impact on performance.