Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix tuple_for_each unused variable macro and tests #1027

Merged
merged 2 commits into from
Oct 28, 2019

Conversation

bjude
Copy link
Contributor

@bjude bjude commented Oct 21, 2019

The incorrect macro is used for removing the unused variable warning so this PR corrects that and adds tests for the other 2 tuple algorithms

@bjude bjude changed the title Tuple for each unused Fix tuple_for_each unused variable macro and tests Oct 21, 2019
@brycelelbach
Copy link
Collaborator

Submitted internal CI, but it has gaps in C++11 coverage so someone will need to test this locally. @griwes, I'm looking at you.

@griwes and @jaredhoberock to code review.

Copy link
Contributor

@jaredhoberock jaredhoberock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK to me, modulo that these tests seem to use c++14 library features.

Does the newer test build enable c++14?

@brycelelbach
Copy link
Collaborator

Looks OK to me, modulo that these tests seem to use c++14 library features.

Does the newer test build enable c++14?

Right now our main CI basically doesn't test C++11/C++14, we're working on that. Our auxiliary CI (nightly) does.

@brycelelbach
Copy link
Collaborator

Passed internal CI, accepting.

@brycelelbach brycelelbach merged commit 4b55818 into NVIDIA:master Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants