id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 748,Parameter reversal in program_options documentation,ei2pi,Vladimir Prus,"{{{ http://boost.org/doc/html/program_options/ howto.html#id2716386 The first code block in ""Allowing Unknown Options"" has the following example code snippet: parsed_options parsed = command_line_parser(argv, argc).options(desc).allow_unregistered().run(); The prototype for command_line_parser calls for argc first, then argv. This suggests the example should read: parsed_options parsed = command_line_parser(argc, argv).options(desc).allow_unregistered().run(); }}}",Bugs,closed,,None,None,Cosmetic,fixed,,