Ticket #12172: 12172.patch

File 12172.patch, 611 bytes (added by khalil.fazal@…, 6 years ago)

proposed patch for bug#12172

  • .hpp

    a b  
    22212221                        index1 = it1_.index1 ();
    22222222                }
    22232223                size_type index2 = (*this) ().size1 ();
    2224                 if (it2_ != it2_end_)
     2224                if (it2_ != it2_end_) {
    22252225                    if (it2_.index1 () <= i_)
    22262226                        ++ it2_;
    2227                     if (it2_ != it2_end_) {
     2227                    if (it2_ != it2_end_)
    22282228                        index2 = it2_.index1 ();
    22292229                }
    22302230                i_ = (std::min) (index1, index2);