Skip to content
  • Mukund Sivaraman's avatar
    [2369] Fix vector::erase() call in InputSource · ba711544
    Mukund Sivaraman authored
    The single-argument variant of vector::erase() deletes just one element
    of the vector, not an entire range.  Tests have been fixed to check
    that the range from start to the current buffer position is dropped
    correctly.
    ba711544