https://issues.dlang.org/show_bug.cgi?id=23018
Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @maxhaton created dlang/dmd pull request #14099 "Fix Issue 23018 - sizeof unary-expression was not parsed correctly" fixing this issue: - Fix Issue 23018 - sizeof unary-expression was not parsed correctly This is fixed by improving the logic for guessing if a token is part of a type or not. Previously it did not use the typedef-table (boo!) the parser maintains, now it does. https://github.com/dlang/dmd/pull/14099 --