Hi,I am proposing to add case ranges to C++. For example, this lets you write:switch (next_char) {
case '0' ... '9': // ...
}Find all the details at the link. Happy to hear any thoughts on the matter.
case -1 ... 0 are valid,
but recommended to be diagnosed.
"