Deprecated register storage class
register storage class is deprecated in C++11 (and AFAIK it is in general ignored by gcc and clang).
Showing
Please register or sign in to comment
register storage class is deprecated in C++11 (and AFAIK it is in general ignored by gcc and clang).