-
Notifications
You must be signed in to change notification settings - Fork 772
[tuple.apply] Redundant/inconsistent std:: qualification for std::get #4948
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
Comments
The problem is that neither apply-impl nor make-from-tuple-impl are shown to be in namespace @jwakely, what's your preference:
|
Hi, |
No, |
I'd prefer wrapping our exposition-only functions with |
I agree with Casey. |
The definition of
std::apply
usesstd::get
, although spellingstd::
shouldn't be necessary (due to the [contents]). In the very same section,std::make_from_tuple
callsget
without qualification. It would be nice to unify the two one way or another.The text was updated successfully, but these errors were encountered: