mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-18 16:01:30 +02:00
[svn r103] Array comparisons are now fully implemented, that is - to the extent that TypeInfo is.
This commit is contained in:
@@ -1690,6 +1690,8 @@ bool DtoIsTemplateInstance(Dsymbol* s)
|
||||
return false;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void DtoLazyStaticInit(bool istempl, llvm::Value* gvar, Initializer* init, Type* t)
|
||||
{
|
||||
// create a flag to make sure initialization only happens once
|
||||
|
||||
Reference in New Issue
Block a user