Ian Abbott <[EMAIL PROTECTED]> writes: > ch == '\'' || ch == '"' ==> "ch == '\\'' || ch == '\"'" > ch == '\'' || ch == '\"' ==> "ch == '\\'' || ch == '\\\"'" > > Also, both versions of the character constant '"' and '\"' are > valid, so if the compiler barfs on any of the above it must be > faulty. I suggest a bug report to the maintainers of this compiler > is in order. All the compilers grok the literal, but the problem is in the `assert' macro which stringifies it.
- Missing escape character Bill Bumgarner
- Re: Missing escape character Hrvoje Niksic
- Re: Missing escape character Bill Bumgarner
- Re: Missing escape character Hrvoje Niksic
- Re: Missing escape character Bill Bumgarner
- Re: Missing escape character Ian Abbott
- Re: Missing escape character Hrvoje Niksic
- Re: Missing escape character Ian Abbott
- Re: Missing escape character Edward J. Sabol
