Re: C/C++ language proposal: Change the 'case expression' from "integralc onstant-expression" ; to "integr al expression" ;
Willem wrote:
It wouldn't be relevant, except that there is a widely recognized
standard (POSIX). It is already largely supported in C++ by Boost.Regex:
Willem wrote:
Keith Thompson wrote:
) Willem <willem@stack.n lwrites:
) Willem <willem@stack.n lwrites:
) case [A-Z]:
)>
)Which would, of course, be portable.
)>
)Which would, of course, be portable.
case [:upper:]:
>
Which, to be honest, is half-borrowed from Perl syntax.
What the exact syntax is, isn't really relevant, I guess.
>
Which, to be honest, is half-borrowed from Perl syntax.
What the exact syntax is, isn't really relevant, I guess.
standard (POSIX). It is already largely supported in C++ by Boost.Regex:
Comment