2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-15 01:12:23 +00:00

regex: regression test fixes

[SVN r8679]
This commit is contained in:
John Maddock
2001-01-21 12:58:24 +00:00
parent 328e0b5561
commit ec8aac99c5

View File

@@ -80,7 +80,7 @@ int main(int argc, char * argv[])
if(is.good() == false)
{
cout << "Error unable to open file: " << argv[i] << endl << endl;
continue;
return -1;
}
std::strcpy(file, argv[i]);
line = 0;
@@ -244,3 +244,4 @@ void jm_debug_alloc::deallocate(pointer p, size_type n)
delete[] p;
}