Skip to content
  • Stephen Kelly's avatar
    cmStandardIncludes: Add a join algorithm for string containers. · 8dc8d756
    Stephen Kelly authored
    This requires the input range to supply BidirectionalIterators, which
    is not a problem for where it is currently useful to us.  The alternative
    would be to not invoke --last;, and instead create an output iterator
    similar to std::ostream_iterator, but which puts the delimiter before
    the item to output.
    8dc8d756