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

Fix unwrapped issue with future ranges of void type #1531

Merged
merged 1 commit into from May 20, 2015

Conversation

K-ballo
Copy link
Member

@K-ballo K-ballo commented May 19, 2015

The implementation tried to instantiate tuple<void>, which was a synonym for tuple<> under the faux variadic implementation but is a hard error with true variadics. Fixes #1528

The implementation tried to instantiate `tuple<void>`, which was a synonym for `tuple<>` under the faux variadic implementation but is a hard error with true variadics. Fixes #1528
@hkaiser
Copy link
Member

hkaiser commented May 19, 2015

LGTM

K-ballo added a commit that referenced this pull request May 20, 2015
…e-void

Fix unwrapped issue with future ranges of void type
@K-ballo K-ballo merged commit aa4055a into master May 20, 2015
@K-ballo K-ballo deleted the fix-unwrapped-future-range-void branch May 20, 2015 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unwrapped issue with future<void>
2 participants