Jump to conversation
Unresolved conversations (0)
Nice work!

Nice work!

All of your conversations have been resolved.

Resolved conversations (2)
@ibuclaw ibuclaw Oct 22, 2023
```suggestion DString istring; void accept(Visitor *v) override { v->visit(this); } ```
compiler/src/dmd/expression.h
WalterBright
@thewilsonator thewilsonator Oct 22, 2023
I get why you put this here, but what actually matters is updating the corresponding header. I didn't hit this problem changing it when altering existing members when fixing up `-HC` C++ header generation.
compiler/src/dmd/tokens.d
WalterBright ibuclaw