This commit is contained in:
2025-10-21 13:34:28 +08:00
parent 7ce7a3873f
commit 10085bb623
7 changed files with 750 additions and 252 deletions

View File

@@ -535,7 +535,7 @@ namespace QCL
// }
// return lines;
std::lock_guard<std::mutex> lock(mtx_);
// std::lock_guard<std::mutex> lock(mtx_);
if (!file_.is_open()) {
file_.open(filename_, std::ios::in | std::ios::binary);
if (!file_.is_open()) return {};