https://issues.dlang.org/show_bug.cgi?id=12520
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @NilsLankila created dlang/dmd pull request #11187 "fix issue 12520 - allow comparison of empty tuples to tuples that con…" fixing this issue: - fix issue 12520 - allow comparison of empty tuples to tuples that contain values Empty tuples are represented as `TypeTuple` while tuples containing values as `TupleExp`. As a consequence, comparing them using `==` was not allowed. https://github.com/dlang/dmd/pull/11187 --
