See https://forum.dlang.org/post/vqydbhpzbcqbaxfiixax@forum.dlang.org ``` enum s = q{ #include <test> }; ``` > Warning: C preprocessor directive #include is not supported
@dkorpel created dlang/dmd pull request #15001 "Fix 23792 - lexer warns about preprocessor inside token strings" fixing this issue: - Fix 23792 - lexer warns about preprocessor inside token strings https://github.com/dlang/dmd/pull/15001
dlang/dmd pull request #15001 "Fix 23792 - lexer warns about preprocessor inside token strings" was merged into stable: - 8e6bc8df1a287d2ce21c94f785ffb247dc58fcf6 by Dennis Korpel: Fix 23792 - lexer warns about preprocessor inside token strings https://github.com/dlang/dmd/pull/15001
dlang/dmd pull request #15066 "merge stable" was merged into master: - 29be864b047bba4f8f963b1e0ad771fc0977e932 by Dennis Korpel: Fix 23792 - lexer warns about preprocessor inside token strings https://github.com/dlang/dmd/pull/15066