mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Compiler specific fixes and workarounds.
[SVN r27273]
This commit is contained in:
@ -127,8 +127,8 @@ int main(int argc, char * argv[])
|
||||
p.add("input-file", -1);
|
||||
|
||||
po::variables_map vm;
|
||||
store(po::command_line_parser(argc, argv).options(cmdline_options)/*.options(hidden)*/.positional(p).run(), vm);
|
||||
notify(vm);
|
||||
po::store(po::command_line_parser(argc, argv).options(cmdline_options)/*.options(hidden)*/.positional(p).run(), vm);
|
||||
po::notify(vm);
|
||||
|
||||
if (vm.count("help"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user