You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I keep getting the following compiler error when attempting to compile scribe:
ANN.cpp:54:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register int d;```
Can you please list which GCC compiler version and dependencies are required? Would greatly appreciate some help with this issue. Many Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I keep getting the following compiler error when attempting to compile scribe:
The text was updated successfully, but these errors were encountered: