Skip to content
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

std: Rename Iterator adaptor types to drop the -Iterator suffix #8090

Closed
wants to merge 1 commit into from
Closed

std: Rename Iterator adaptor types to drop the -Iterator suffix #8090

wants to merge 1 commit into from

Commits on Jul 29, 2013

  1. std: Rename Iterator adaptor types to drop the -Iterator suffix

    Drop the "Iterator" suffix for the the structs in std::iterator.
    Filter, Zip, Chain etc. are shorter type names for when iterator
    pipelines need their types written out in full in return value types, so
    it's easier to read and write. the iterator module already forms enough
    namespace.
    blake2-ppc committed Jul 29, 2013
    5 Configuration menu
    Copy the full SHA
    4b45f47 View commit details
    Browse the repository at this point in the history