diff orange/util/CTFE.d @ 2:ea37a9470e3e

Fixed multiple NonSerialized
author Jacob Carlborg <doob@me.com>
date Mon, 31 May 2010 17:44:23 +0200
parents 11a31bd929f9
children 78e5fef4bbf2
line wrap: on
line diff
--- a/orange/util/CTFE.d	Mon May 31 16:06:36 2010 +0200
+++ b/orange/util/CTFE.d	Mon May 31 17:44:23 2010 +0200
@@ -20,11 +20,7 @@
 			const format = ARGS[0] ~ format!(ARGS[1 .. $]);
 		
 		else
-		{
-			pragma(msg, typeof(ARGS[0].stringof));
 			const format = toString_!(ARGS[0]) ~ format!(ARGS[1 .. $]);
-		}
-					
 	}
 }