When trying to download the package I get the error that "ISO C++17 does not allow 'register' storage class specifier". I am not familiar with C++ but i assume that the C++17 compiler is not compatible with the current source code, more specifically the "register" keyword. Is there some convenient way to get around this issue? I would be very thankful for any help.
Hi,
When trying to download the package I get the error that "ISO C++17 does not allow 'register' storage class specifier". I am not familiar with C++ but i assume that the C++17 compiler is not compatible with the current source code, more specifically the "register" keyword. Is there some convenient way to get around this issue? I would be very thankful for any help.