root/trunk/platform.d

Revision 37, 424 bytes (checked in by qbert, 5 years ago)

--

Line 
1 module and.platform;
2
3 public
4 {
5   version ( Phobos )
6     {
7       import std.math;
8       import std.stdio;
9       import std.stream;
10       import std.string;
11       import std.conv;
12     }
13   version ( Tango )
14     {
15      
16       import tango.math.Math;
17       import tango.io.Stdout;
18       import tango.text.convert.Integer;
19       import tango.text.Util;
20       import tango.text.locale.Win32;
21
22
23
24     }
25
26 }
Note: See TracBrowser for help on using the browser.