https://issues.dlang.org/show_bug.cgi?id=23243
Paul Backus <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Paul Backus <[email protected]> --- On second thought, this is not possible, because (1) we cannot check the return value of .empty for all possible instances of R, and (2) even if .empty returns false for every instance tested, we can never be sure it will not return true for some other instance we did not test. --
