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

impl Clone for .split_whitespace() #41659

Merged
merged 2 commits into from
May 10, 2017
Merged

Commits on Apr 30, 2017

  1. std_unicode: impl Clone for .split_whitespace()

    Use custom closure structs for the predicates so that the iterator's
    clone can simply be derived. This should also reduce virtual call
    overhead by not using function pointers.
    bluss committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    f41ecef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41aeb9d View commit details
    Browse the repository at this point in the history