diff dmd/TypeInfoInvariantDeclaration.d @ 93:df6d0f967680

implemented a whole bunch of methods to make phobos 2.035 compile and some additional ones I came across
author Trass3r
date Mon, 30 Aug 2010 22:50:30 +0200
parents ef02e2e203c2
children e28b18c23469
line wrap: on
line diff
--- a/dmd/TypeInfoInvariantDeclaration.d	Mon Aug 30 23:43:38 2010 +0400
+++ b/dmd/TypeInfoInvariantDeclaration.d	Mon Aug 30 22:50:30 2010 +0200
@@ -6,6 +6,7 @@
 import dmd.backend.Util;
 import dmd.backend.TYM;
 
+version(DMDV2)
 class TypeInfoInvariantDeclaration : TypeInfoDeclaration
 {
 	this(Type tinfo)