https://bugzilla.gdcproject.org/show_bug.cgi?id=280
Bug ID: 280
Summary: ICE with static immutable RedBlackTree
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Normal
Component: libgphobos
Assignee: [email protected]
Reporter: [email protected]
I get a segfault with this code:
void main() {
import std.container;
static immutable s = new RedBlackTree!int('h');
}
--
You are receiving this mail because:
You are watching all bug changes.
