-
Notifications
You must be signed in to change notification settings - Fork 9
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
Indices over 3-dimensions fail to compile because DefaultMap does not have a backup option #1544
Labels
Comments
Write tests to cover higher dimensions that reveal this problem. |
JacobDomagala
added a commit
that referenced
this issue
Mar 14, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 5, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 5, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 18, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 18, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 18, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 20, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 20, 2022
JacobDomagala
added a commit
that referenced
this issue
Apr 20, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 6, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 7, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 7, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 8, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 8, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 8, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 8, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 9, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 9, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 9, 2022
JacobDomagala
added a commit
that referenced
this issue
Jun 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
Right now, the SFINAE in
vt::vrt::collection::DefaultMap
fails unless the index is 1-d, 2-d, or 3-d. It should have a backup option.The text was updated successfully, but these errors were encountered: