highlight icon indicating copy to clipboard operation
highlight copied to clipboard

numeral literals in C++

Open Slava opened this issue 12 years ago • 0 comments

number literals in C++ are not parsed as expected sometimes:

long long x = 1LL<<63;

Slava avatar Feb 23 '13 07:02 Slava