3 // Bug: the transformation in finish_while_stmt_cond produced something
4 // that tsubst_expr handled badly. Fixed by not doing the transformation
5 // while parsing a template.
10 TObject *operator()();
15 void get_root_object(TIter& iobj) {
16 while ( TObject* pnew_obj = iobj() )
22 get_root_object<int>(iobj);