-
John David Duncan authored
On Mac OS X 10.13, the system compiler (Apple llvm 9.0.0) reports this warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register] The "register" keyword was deprecated in C++11 and removed in C++17.
John David Duncan authoredOn Mac OS X 10.13, the system compiler (Apple llvm 9.0.0) reports this warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register] The "register" keyword was deprecated in C++11 and removed in C++17.
Loading