~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.cc

Use List::begin()

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
        /* Should be safe. */
376
376
        pack_length= 4;
377
377
 
378
 
        List<String>::iterator it(*fld_interval_list);
 
378
        List<String>::iterator it(fld_interval_list->begin());
379
379
        String *tmp;
380
380
        while ((tmp= it++))
381
381
          interval_list.push_back(tmp);