comparison lphobos/typeinfo1/ti_cdouble.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 // cdouble 2 // cdouble
3 3
4 module std.typeinfo.ti_cdouble; 4 module typeinfo1.ti_cdouble;
5 5
6 class TypeInfo_r : TypeInfo 6 class TypeInfo_r : TypeInfo
7 { 7 {
8 char[] toString() { return "cdouble"; } 8 char[] toString() { return "cdouble"; }
9 9