https://issues.dlang.org/show_bug.cgi?id=24216

--- Comment #2 from Steven Schveighoffer <[email protected]> ---
Please post examples to confirm.

I tried this, and it compiles, so it's not just types:

```d
import std.math;

void main()
{
    int[int] x;
    std.math.require(x, 5) = 6;
}
```

--

Reply via email to