[Issue 19309] [Reg 2.080.0] Unicode char reference in a comment causes warning

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 13 06:05:58 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19309

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
I can't reproduce this problem.

The error message comes from the lexer trying to process text into tokens. This
does not happen inside regular /* */ comments. I suspect there is something
else going on with your code.

Please verify:

1. that the code presented here is exactly the entire contents of the file you
are trying to compile

2. what command line switches you are using

3. what system you are compiling on

4. the filename extension of the file you're compiling

--


More information about the Digitalmars-d-bugs mailing list