comparison lphobos/typeinfo1/ti_cfloat.d @ 119:79c9ac745fbc trunk

[svn r123] Fixed some typeinfo module name mismatches. Fixed D-style varargs returning through pointer. Fixed converting nested function to delegate. Added std.string and std.format to Phobos.
author lindquist
date Mon, 26 Nov 2007 06:45:13 +0100
parents 3efbcc81ba45
children
comparison
equal deleted inserted replaced
118:d580b95cce2b 119:79c9ac745fbc
1 1
2 // cfloat 2 // cfloat
3 3
4 module std.typeinfo.ti_cfloat; 4 module typeinfo1.ti_cfloat;
5 5
6 class TypeInfo_q : TypeInfo 6 class TypeInfo_q : TypeInfo
7 { 7 {
8 char[] toString() { return "cfloat"; } 8 char[] toString() { return "cfloat"; }
9 9