| 2527 | } |
| 2528 | |
| 2529 | bool readSolutionFileKeywordLineOk(std::string& keyword, |
| 2530 | std::ifstream& in_file) { |
| 2531 | if (in_file.eof()) return false; |
| 2532 | in_file >> keyword; |
| 2533 | return true; |
| 2534 | } |
| 2535 | |
| 2536 | bool readSolutionFileHashKeywordIntLineOk(std::string& hash, |
| 2537 | std::string& keyword, |