Skip to content

Add boost::advance and boost::distance #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 29, 2017

Conversation

morinmorin
Copy link
Member

No description provided.

@eldiener eldiener merged commit 1826806 into boostorg:develop Jun 29, 2017
@morinmorin morinmorin deleted the add_advance_and_distance branch June 30, 2017 11:17
@eldiener
Copy link
Contributor

I merged this to 'master' for Boost 1.65. Maybe you can add to the Iterator docs something about using 'advance' and 'distance', as others will not know about it unless it has been documented.

@morinmorin
Copy link
Member Author

I merged this to 'master' for Boost 1.65.

Nice, thanks!

Maybe you can add to the Iterator docs something about using 'advance' and 'distance', as others will not know about it unless it has been documented.

I tried to update the documentation in this PR, but I found that the HTML docs have not been updated for years; then, I gave it up...

What I thought about documentation update was:
add the following to "Iterator Utilities" Section.

Operations

  • advance.hpp: Provides the implementation of advance function for new-style iterators.
  • distance.hpp: Provides the implementation of distance function for new-style iterators.

Is it OK to only update iterator.qbk?

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.

3 participants