-
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
#1747: change const pointer to pointer to const IndexT #1750
#1747: change const pointer to pointer to const IndexT #1750
Conversation
PR tests (gcc-5, ubuntu, mpich) Build for 9e2e01c
|
PR tests (clang-3.9, ubuntu, mpich) Build for 9e2e01c
|
PR tests (clang-5.0, ubuntu, mpich) Build for 9e2e01c
|
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 9e2e01c
|
PR tests (gcc-6, ubuntu, mpich) Build for 9e2e01c
|
PR tests (gcc-7, ubuntu, mpich, trace runtime, LB) Build for 9e2e01c
|
PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 9e2e01c
|
PR tests (clang-11, ubuntu, mpich) Build for 9e2e01c
|
PR tests (intel icpx, ubuntu, mpich) Build for 9e2e01c
|
PR tests (nvidia cuda 10.1, ubuntu, mpich) Build for 9e2e01c
|
PR tests (nvidia cuda 11.0, ubuntu, mpich) Build for 9e2e01c
|
PR tests (clang-10, alpine, mpich) Build for 9e2e01c
|
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for 9e2e01c
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pl. change order of const.
PR tests (clang-10, ubuntu, mpich) Build for 9e2e01c
|
01e0085
to
1c5d636
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Rebase and this should be good to merge! |
1c5d636
to
9e2e01c
Compare
All set. |
Fixes #1747.