mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Undo previous Borland fix, it turns out not to be standards conforming!
[SVN r29657]
This commit is contained in:
@ -91,7 +91,7 @@ void process_file(const std::string& name)
|
||||
process_stream(is);
|
||||
}
|
||||
|
||||
int main(int argc, const char * argv[])
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
try{
|
||||
po::options_description opts("Options");
|
||||
|
Reference in New Issue
Block a user