https://issues.dlang.org/show_bug.cgi?id=15659
Issue ID: 15659
Summary: SList: clear() can cause crash
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
This code crashes:
import std.container.slist;
SList!int s;
s.clear();
--
