"vscode:/vscode.git/clone" did not exist on "4cba75efc589a4d630dd9182593046ae565fff86"
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