id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3525,problem with example response_file.cpp,gvacanti@…,Vladimir Prus,"The example works as advertised when the provided response file is used. If I modify the response file as follows: -I bar1234567890123456789012345678901234567890 -I biz --magic=10 then the output is garbled: Include paths: bar12�\pA5678A,,bar12 I can fix the problem if I add string sss= ss.str(); and replace the tokenizer line with tokenizer > tok(sss, sep); I'm not too sure why the problem occurs, as ss.str() is supposed to return a copy. I work on Linux, gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 ",Bugs,closed,Boost 1.42.0,program_options,Boost 1.40.0,Cosmetic,fixed,,s.ochsenknecht@…