digitalmars.D.bugs - foreach: XXX []() is not an aggregate type
- Matthew (7/7) Jul 14 2004 Still getting problems with a property of array type not being understoo...
Still getting problems with a property of array type not being understood.
H:\freelibs\openrj\Mappings\D\std\openrj.d(409): foreach: Field []() is not
an aggregate type
from
foreach(Field field; record.fields)
whereas the following works:
foreach(Field field; record.fields())
Jul 14 2004








"Matthew" <admin stlsoft.dot.dot.dot.dot.org>