id summary reporter owner description type status milestone component version severity resolution keywords cc 3879 split_winmain misses last argument if it is empty anonymous Sascha Ochsenknecht "When passing an empty quoted string as last argument to split_winmain, it is not in the returned vector (unless there is a trailing space). Example:[[BR]] assert(split_winmain(""arg0 \""\"""").size() == 2); // FAILS (.size() == 1)[[BR]] assert(split_winmain(""arg0 \""\"" "").size() == 2); // OK I appended a quick and dirty patch that should fix this. btw. I don't know if this is actually a problem for program_options type of command lines, I noticed this when I was using the split_winmain only. " Bugs closed Boost 1.42.0 program_options Boost 1.41.0 Optimization fixed split_winmain