www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - foreach: XXX []() is not an aggregate type

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