We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When operating on a const tuple, visit runs into problems instantiating visitor_instance
visit
visitor_instance
Also, lumping into this:
const char (&)[3]
The text was updated successfully, but these errors were encountered:
Tending to edge cast tuple::visit issues
6d623f8
#32
Patching up tuple::visit edge cases
f9859c6
Noting fix of #32
e55df81
No branches or pull requests
When operating on a const tuple,
visit
runs into problems instantiatingvisitor_instance
Also, lumping into this:
visit
should be present for 0-element tuples, but isn'tconst char (&)[3]
from string literal) blows visitor_instance upThe text was updated successfully, but these errors were encountered: