comparison d2/qtd/meta/Compiletime.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 958e8b9a89bd
children a032df77b6ab
comparison
equal deleted inserted replaced
365:958e8b9a89bd 366:da4235301224
4 License: Boost Software License 1.0 4 License: Boost Software License 1.0
5 **************************************************************************/ 5 **************************************************************************/
6 module qtd.meta.Compiletime; 6 module qtd.meta.Compiletime;
7 7
8 import 8 import
9 qtd.String,
9 std.traits, 10 std.traits,
10 std.conv, 11 std.conv,
11 std.variant, 12 std.variant,
12 std.typetuple; 13 std.typetuple;
13
14 import std.string : startsWith;
15 14
16 /** 15 /**
17 */ 16 */
18 enum standardNamespace = "qtd"; 17 enum standardNamespace = "qtd";
19 18