void list::remove( const elemType &value );
Операция remove() удаляет все элементы с заданным значением:
ilist1.remove( 1 );