mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
regex: regression test fixes
[SVN r8679]
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user