digitalmars.D - With Statement still not quite right
- imr1984 <imr1984_member pathlink.com> May 22 2004
ok so the With Statement can handle references to classes, but it cant handle references/pointers to structs (you have to dereference it). This is annoying if i create a class and later change it to a struct, i have to change all my with(foo), where foo is now a pointer to a struct, to a with(*foo)
May 22 2004








imr1984 <imr1984_member pathlink.com>