mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
[svn r94] started on complex support
calling final class methods was being treated as a virtual call failing an assertion.
This commit is contained in:
@@ -233,6 +233,8 @@ struct ComplexExp : Expression
|
||||
#endif
|
||||
elem *toElem(IRState *irs);
|
||||
dt_t **toDt(dt_t **pdt);
|
||||
// LLVMDC
|
||||
virtual llvm::Constant *toConstElem(IRState *irs);
|
||||
};
|
||||
|
||||
struct IdentifierExp : Expression
|
||||
|
||||
Reference in New Issue
Block a user