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

estd::tuple::visit const problem #32

Closed
malachib opened this issue Mar 8, 2024 · 0 comments
Closed

estd::tuple::visit const problem #32

malachib opened this issue Mar 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@malachib
Copy link
Contributor

malachib commented Mar 8, 2024

When operating on a const tuple, visit runs into problems instantiating visitor_instance

Also, lumping into this:

  1. visit should be present for 0-element tuples, but isn't
  2. processing const char array ref (i.e. const char (&)[3] from string literal) blows visitor_instance up
@malachib malachib added the bug Something isn't working label Mar 9, 2024
malachib added a commit that referenced this issue Mar 10, 2024
malachib added a commit that referenced this issue Mar 10, 2024
malachib added a commit that referenced this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant