comparison d2/qtd/meta/Compiletime.d @ 365:958e8b9a89bd

Changeset a084e2df3776 is broken. Backing out.
author Max Samukha <maxter@spambox.com>
date Fri, 11 Jun 2010 20:09:25 +0300
parents a084e2df3776
children da4235301224
comparison
equal deleted inserted replaced
364:a084e2df3776 365:958e8b9a89bd
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 std.traits,
9 std.conv, 10 std.conv,
10 std.variant, 11 std.variant,
11 std.typetuple; 12 std.typetuple;
12
13 public import std.traits;
14 13
15 import std.string : startsWith; 14 import std.string : startsWith;
16 15
17 /** 16 /**
18 */ 17 */