https://issues.dlang.org/show_bug.cgi?id=23018
Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #14099 "Fix Issue 23018 - sizeof unary-expression was not parsed correctly" was merged into master: - edac40073550ced6d81cbb76bd1b99b538b55bbf by mhh: 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 --