Skip to content

Add ability for the cache to filter types based on a predicate#18

Merged
DefaultRyan merged 1 commit intomasterfrom
defaultryan/cache_filtering
Mar 11, 2021
Merged

Add ability for the cache to filter types based on a predicate#18
DefaultRyan merged 1 commit intomasterfrom
defaultryan/cache_filtering

Conversation

@DefaultRyan
Copy link
Member

No description provided.

@DefaultRyan DefaultRyan merged commit 878f8de into master Mar 11, 2021
@DefaultRyan DefaultRyan deleted the defaultryan/cache_filtering branch March 11, 2021 21:08
return std::equal(lhs.begin(), lhs.end(), rhs.begin(), rhs.end(), compare_typedef_names);
};

for (auto iter1 = lhs.namespaces().begin(), iter2 = rhs.namespaces().begin();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider rhsitem, lhsitem to be consistent with lhs and rhs names

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.

Need ability to filter types out of cache.

3 participants