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
Preprocessing number tokens lexically include all integer-literal tokens ([lex.icon]) and all floating-point-literal tokens ([lex.fcon]).
Doesn't it also include all user-defined-integer-literal tokens and all user-defined-floating-point-literal tokens? The same issue is also in [lex.ppnumber]p2.