March 18, 2023 [Issue 23792] New: lexer warns about preprocessor inside token strings | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23792 Issue ID: 23792 Summary: lexer warns about preprocessor inside token strings Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P4 Component: dmd Assignee: nobody@puremagic.com Reporter: dkorpel@live.nl See https://forum.dlang.org/post/vqydbhpzbcqbaxfiixax@forum.dlang.org ``` enum s = q{ #include <test> }; ``` > Warning: C preprocessor directive #include is not supported -- |
Copyright © 1999-2021 by the D Language Foundation