diff dmd/FuncDeclaration.d @ 156:0c8cc2a10f99

+ ArrayInitializer.toAssocArrayLiteral() + FuncDeclaration.isUnique() + TypeEnum.alignsize() + TypeEnum.toChars() + TypeEnum.getProperty() + VarExp.equals() + expression.Util.fpunique() * fixed missing default in TypeBasic
author trass3r
date Wed, 15 Sep 2010 18:24:39 +0200
parents bc45b1c53019
children b7b61140701d
line wrap: on
line diff
--- a/dmd/FuncDeclaration.d	Wed Sep 15 17:31:22 2010 +0200
+++ b/dmd/FuncDeclaration.d	Wed Sep 15 18:24:39 2010 +0200
@@ -2932,9 +2932,12 @@
 		assert(false);
 	}
 	
-    FuncDeclaration isUnique()
-	{
-		assert(false);
+	FuncDeclaration isUnique()
+	{	
+		FuncDeclaration result = null;
+
+		overloadApply(this, &fpunique, &result);
+		return result;
 	}
 	
 	/*******************************