Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> | + vector<string> matches; >> | + std::transform(fs_matches.begin(), fs_matches.end(), >> | + std::back_inserter(matches), >> | + >> | std::mem_fun_ref(&fs::path::native_file_string)); >> >> transforma_iterator >> >> vector<string> matches(trit<...>, tiend<...>); > | Sorry, could you spell out what you're trying to do?
Use the iterator taking constructor to initialize the vector. Not initialize and then transform. -- Lgb