ICE with static immutable RedBlackTree

Iain Buclaw ibuclaw at gdcproject.org
Fri Nov 24 09:30:02 UTC 2017


On 24 November 2017 at 08:48, Elronnd via D.gnu <d.gnu at puremagic.com> wrote:
> There is this ICE:
>
> void main() {
>         import std.container;
>         static immutable s = new RedBlackTree!int('h');
> }

Looks like a stack overflow to me, care to raise a bug?

Iain.


More information about the D.gnu mailing list