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
The two-dot range notation (e.g. 10..35) is used in [charconv.to.chars] p5. Since we don't have such a syntax, it would be more readable to use a dash "β" π (e.g. 10β35).
This notation is also used in [tab:lex.charset.basic]. (The ".." notation is widely used in the Unicode Standard so it might be OK to use the notation here, though IMHO regular spaces around ".." look too wide.)