comparison 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
comparison
equal deleted inserted replaced
365:958e8b9a89bd 366:da4235301224
1 module qtd.Marshal; 1 module qtd.Marshal;
2 2
3 import 3 import
4 std.traits, 4 std.traits,
5 qtd.meta.Compiletime, 5 qtd.meta.Compiletime,
6 qtd.String,
6 qtd.ctfe.Format; 7 qtd.ctfe.Format;
7
8 import std.string : startsWith;
9 8
10 9
11 template isQObjectType(T) // 10 template isQObjectType(T) //
12 { 11 {
13 enum isQObjectType = is(T.__isQObjectType); 12 enum isQObjectType = is(T.__isQObjectType);