diff dmd/TypeInfoConstDeclaration.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/TypeInfoConstDeclaration.d	Mon Aug 30 23:43:38 2010 +0400
+++ b/dmd/TypeInfoConstDeclaration.d	Mon Aug 30 22:50:30 2010 +0200
@@ -7,6 +7,7 @@
 import dmd.backend.Util;
 import dmd.backend.TYM;
 
+version(DMDV2)
 class TypeInfoConstDeclaration : TypeInfoDeclaration
 {
 	this(Type tinfo)