diff dmd/TemplateDeclaration.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents b7d29f613539
children 2e2a5c3f943a
line wrap: on
line diff
--- a/dmd/TemplateDeclaration.d	Mon Aug 23 03:21:32 2010 +0400
+++ b/dmd/TemplateDeclaration.d	Mon Aug 23 16:52:24 2010 +0400
@@ -1290,8 +1290,11 @@
 		return .isVariadic(parameters);
 	}
 	
+	/***********************************
+	 * We can overload templates.
+	 */
     bool isOverloadable()
 	{
-		assert(false);
+		return 1;
 	}
 }
\ No newline at end of file