Ticket #7371: primitives.hpp.patch

File primitives.hpp.patch, 556 bytes (added by mhilferink@…, 10 years ago)

here's the patch

  • home/classic/core/primitives/primitives.hpp

     
    5757                if (this->derived().test(ch))
    5858                {
    5959                    iterator_t save(scan.first);
    60                     ++scan.first;
     60                    ++scan;
    6161                    return scan.create_match(1, ch, save, scan.first);
    6262                }
    6363            }