Skip to content

Conversation

denzor200
Copy link
Contributor

Analague of ranges::views::intersperse from range-v3 library.

const std::string input{"foobarbaxbat"};
std::cout << boost::intersperse_copy(input, ',') << '\n';      // Outputs: f,o,o,b,a,r,b,a,x,b,a,t

@denzor200 denzor200 requested a review from jgopel November 17, 2022 18:17
@denzor200 denzor200 requested a review from jgopel November 17, 2022 18:34
@jgopel
Copy link
Contributor

jgopel commented Nov 17, 2022

👍 LGTM - @mclow will have to approve.

@denzor200
Copy link
Contributor Author

@mclow hello, would you like to review this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants