Update register keyword handling for C++17 (#100)
* Update register keyword handling for C++17 The keyword 'register' for storage class is removed in C++17, so keeping it active for only c++14 and lower. * Updates to the code
Showing
Please register or sign in to comment