annotate d2/qtd/Traits.d @ 357:9784459f0750

An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables Q_CLASSINFO implementation Now Qtd can be built on Windows
author Max Samukha <maxter@spambox.com>
date Wed, 02 Jun 2010 19:38:05 +0300
parents 96a75b1e5b26
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
344
96a75b1e5b26 project structure changes
Max Samukha <maxter@spambox.com>
parents: 248
diff changeset
1 module qtd.Traits;
248
7664de4a55e5 Fixed #23.
maxter
parents:
diff changeset
2
344
96a75b1e5b26 project structure changes
Max Samukha <maxter@spambox.com>
parents: 248
diff changeset
3 public import std.traits;