Skip to content

Allow cache to be constructed with any container#251

Merged
DefaultRyan merged 1 commit into
microsoft:masterfrom
oldnewthing:cache_construction
Mar 26, 2019
Merged

Allow cache to be constructed with any container#251
DefaultRyan merged 1 commit into
microsoft:masterfrom
oldnewthing:cache_construction

Conversation

@oldnewthing

Copy link
Copy Markdown
Member

Allow xlang::meta::reader::cache to be constructed with any standard container, which we detect by using SFINAE to sniff for a value_type.

This removes the obvious friction between the cache constructor and the reader::files() method.

Allow xlang::meta::reader::cache to be constructed with
any standard container, which we detect by using SFINAE
to sniff for a value_type.

This removes the obvious friction between the cache
constructor and the `reader::files()` method.
@DefaultRyan DefaultRyan merged commit 8410a5f into microsoft:master Mar 26, 2019
@oldnewthing oldnewthing deleted the cache_construction branch March 27, 2019 01:49
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.

2 participants