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