mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +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)
|
if(is.good() == false)
|
||||||
{
|
{
|
||||||
cout << "Error unable to open file: " << argv[i] << endl << endl;
|
cout << "Error unable to open file: " << argv[i] << endl << endl;
|
||||||
continue;
|
return -1;
|
||||||
}
|
}
|
||||||
std::strcpy(file, argv[i]);
|
std::strcpy(file, argv[i]);
|
||||||
line = 0;
|
line = 0;
|
||||||
@ -244,3 +244,4 @@ void jm_debug_alloc::deallocate(pointer p, size_type n)
|
|||||||
delete[] p;
|
delete[] p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user