id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 749,Function name error in program_options documentation,ei2pi,Vladimir Prus,"{{{ http://boost.org/doc/html/program_options/ howto.html#id2716386 There are two typos in the second (last) code block in ""Allowing Unknown Options"". 1. The function name collect_arguments should read collect_unrecognized. 2. The first parameter refers to parsed_options field name ""option"" rather than ""options"". So the following block vector to_pass_further = collect_arguments(parsed.option, include_positional); should read as follows vector to_pass_further = collect_unrecognized(parsed.options, include_positional); }}}",Bugs,closed,,None,None,Cosmetic,fixed,,