id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8261,lexical_cast returns unexpected result when using with split_iterator,s.a.moreno.a.s@…,Antony Polukhin,"The following code will print ""4948.4948"" instead of expected ""10.10"" (This are ascii codes of the symbols instead of values): std::wstring wstr(L""10.10""); typedef boost::split_iterator wsplit_iter_t; wsplit_iter_t wdot_iter = boost::make_split_iterator( wstr, boost::first_finder(L ""."")); std::cout<(*wdot_iter++)<<'.'<(*wdot_iter++);",Bugs,closed,To Be Determined,lexical_cast,Boost 1.52.0,Problem,duplicate,,