Ignore:
Timestamp:
Jul 10, 2020, 5:50:48 AM (3 years ago)
Author:
Peter Johansson
Message:

fix compiler error with g++ 9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.10-stable/lib/SVNproperty.cc

    r1515 r1604  
    100100      trim(first);
    101101      std::string second;
    102       bool found_dash = getline(ss2, second);
     102      bool found_dash = getline(ss2, second).good();
    103103      trim(second);
    104104      yat::utility::Segment<svn_revnum_t> rev_interval;
Note: See TracChangeset for help on using the changeset viewer.