| 711 | } |
| 712 | |
| 713 | void FuzzyStringComparator::InputLine::setToString(const std::string& s) |
| 714 | { |
| 715 | line_.str(s); |
| 716 | line_.seekp(0); |
| 717 | line_.clear(); |
| 718 | line_.unsetf(std::ios::skipws); |
| 719 | |
| 720 | line_position_ = line_.tellg(); |
| 721 | } |
| 722 | |
| 723 | void FuzzyStringComparator::InputLine::updatePosition() |
| 724 | { |