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

add new type-list algorithms copy_if, remove_if, find_if, and unique #2644

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ericniebler
Copy link
Collaborator

also, make the type-set facility portable to c++11

Description

this PR factors the type-list/type-set changes out of #2633. it adds the above mentioned type-list algorithms and makes the new __fold_and/__fold_or utilities available on C++11 as well as __type_set. it also adds a way to turn a template specialization C<Ts...> to a type-list __type_list<Ts...>, and a __type_apply metafunction for evaluating a metafunction with the types in a type-list.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

…unique`

also, make the type-set facility portable to c++11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

1 participant