http://d.puremagic.com/issues/show_bug.cgi?id=10977
Summary: Segfault with __traits(hasMember, ...)
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jakob Ovrum <[email protected]> 2013-09-05 20:49:30 PDT
---
Code to reproduce segfault:
----
class Base(T)
{
enum foo = __traits(hasMember, T, "bar");
}
class Derived : Base!Derived
{
}
----
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------