An example of use would be:
std::copy(files.begin(), files.end()
, ff::format_iterator(ff::to_sink(::OutputDebugString)
, "\t{0}\n"));, ff::format_iterator(ff::to_sink(::OutputDebugString)
Hopefully I should have something releasable in the next week or so.