comparison lphobos/typeinfo2/ti_AC.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 module std.typeinfo.ti_AC; 1 module typeinfo2.ti_AC;
2 2
3 // Object[] 3 // Object[]
4 4
5 class TypeInfo_AC : TypeInfo 5 class TypeInfo_AC : TypeInfo
6 { 6 {