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

View::operator() accept std::is_integral and std::is_enum #227

Closed
hcedwar opened this issue Mar 28, 2016 · 1 comment
Closed

View::operator() accept std::is_integral and std::is_enum #227

hcedwar opened this issue Mar 28, 2016 · 1 comment
Assignees
Labels
Enhancement Improve existing capability; will potentially require voting
Milestone

Comments

@hcedwar
Copy link
Contributor

hcedwar commented Mar 28, 2016

A common use case is to define enum objects for array values. Relax the current View::operator() restriction for arguments to be std::is_integral to also allow std::is_enum.

@hcedwar hcedwar added the Enhancement Improve existing capability; will potentially require voting label Mar 28, 2016
@hcedwar hcedwar added this to the GTC 2016 milestone Mar 28, 2016
@hcedwar hcedwar self-assigned this Mar 28, 2016
@crtrott
Copy link
Member

crtrott commented Apr 1, 2016

Merged in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve existing capability; will potentially require voting
Projects
None yet
Development

No branches or pull requests

2 participants