mirror of
https://github.com/boostorg/regex.git
synced 2026-05-03 19:30:46 +02:00
Added explicit calls to fstream::close rather than relying on destructors as a tentative gcc-cygwin fix.
[SVN r21287]
This commit is contained in:
@@ -79,6 +79,7 @@ int main(int argc, char* argv[])
|
||||
std::ifstream fs(argv[i]);
|
||||
if(fs.bad()) continue;
|
||||
search(fs);
|
||||
fs.close();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user