forked from boostorg/regex
Added explicit calls to fstream::close rather than relying on destructors as a tentative gcc-cygwin fix.
[SVN r21287]
This commit is contained in:
@ -359,7 +359,10 @@ int main(int argc, char**argv)
|
||||
}
|
||||
|
||||
if(pbuf)
|
||||
{
|
||||
cin.rdbuf(pbuf);
|
||||
ifs.close();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user