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

[tuple.helper] prefer to use tuple_element_t #686

Merged
merged 1 commit into from Apr 13, 2016

Conversation

AlisdairM
Copy link
Contributor

Prefer to use the _t alias to the old trait::type formulation
when specifying the place-holder name for defining
tuple_element of a cv-qualified type. This neatly sidesteps
the question of whether there is a missing typename in the
subsequent usage, or whether that would be implied in the
use of the place-holder.

Prefer to use the _t alias to the old trait::type formulation
when specifying the place-holder name for defining
tuple_element of a cv-qualified type.  This neatly sidesteps
the question of whether there is a missing typename in the
subsequent usage, or whether that would be implied in the
use of the place-holder.
@zygoloid zygoloid merged commit 65368d8 into cplusplus:master Apr 13, 2016
@AlisdairM AlisdairM deleted the prefer_tuple_element_t branch April 16, 2016 20:11
FrankHB pushed a commit to FrankHB/draft that referenced this pull request Jul 9, 2016
Prefer to use the _t alias to the old trait::type formulation
when specifying the place-holder name for defining
tuple_element of a cv-qualified type.  This neatly sidesteps
the question of whether there is a missing typename in the
subsequent usage, or whether that would be implied in the
use of the place-holder.
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.

None yet

2 participants