forked from boostorg/regex
Fix for Borland C++.
[SVN r28984]
This commit is contained in:
@ -91,7 +91,7 @@ void process_file(const std::string& name)
|
|||||||
process_stream(is);
|
process_stream(is);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char * argv[])
|
int main(int argc, const char * argv[])
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
po::options_description opts("Options");
|
po::options_description opts("Options");
|
||||||
|
Reference in New Issue
Block a user