ICE with static immutable RedBlackTree

Elronnd elronnd at em.slashem.me
Fri Nov 24 07:48:59 UTC 2017


There is this ICE:

void main() {
         import std.container;
         static immutable s = new RedBlackTree!int('h');
}


More information about the D.gnu mailing list