http://bugzilla.gdcproject.org/show_bug.cgi?id=144
Bug ID: 144 Summary: Add support for mangling C++ templates Product: GDC Version: development Hardware: All OS: All Status: NEW Severity: normal Priority: Normal Component: gdc Assignee: ibuc...@gdcproject.org Reporter: ibuc...@gdcproject.org Testcase: struct Array(T) { size_t dim; T* data; } extern(C++) void foo(Array!int arr) { } Currently ICE's at: dfrontend/cppmangle.c:154: void CppMangleVisitor::cpp_mangle_name(Dsymbol*): Assertion `0' failed. This should be fixed for DDMD support. -- You are receiving this mail because: You are watching all bug changes.