https://issues.dlang.org/show_bug.cgi?id=12520
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #11187 "fix issue 12520 - allow comparison of empty tuples to tuples that con…" was merged into stable: - 078d9e6456672f85ecdaae0f81336c78b70e4980 by Nils Lankila: 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 --
