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
As soon as selecting C++17, at least in clang-18, it will fail:
```
./getline.cc:58:7: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
58 | register int c = getc (stream);
| ^~~~~~~~
1 error generated.
Co-authored-by: MarcoFalke <[email protected]>
0 commit comments