diff d2/qtd/Marshal.d @ 366:da4235301224

Fixed VoidFunc. Updated to dmd.2.047.
author Max Samukha <maxter@spambox.com>
date Wed, 23 Jun 2010 21:34:43 +0300
parents 9784459f0750
children e67ce7c21758
line wrap: on
line diff
--- a/d2/qtd/Marshal.d	Fri Jun 11 20:09:25 2010 +0300
+++ b/d2/qtd/Marshal.d	Wed Jun 23 21:34:43 2010 +0300
@@ -3,10 +3,9 @@
 import
     std.traits,
     qtd.meta.Compiletime,
+    qtd.String,
     qtd.ctfe.Format;
 
-import std.string : startsWith;
-
 
 template isQObjectType(T) //
 {