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

Do not hard code std::tuple as a type list #25

Closed
cschreib opened this issue Nov 24, 2022 · 0 comments · Fixed by #26
Closed

Do not hard code std::tuple as a type list #25

cschreib opened this issue Nov 24, 2022 · 0 comments · Fixed by #26
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cschreib
Copy link
Member

Don't even include <tuple>. We only need a type list. But we still need to support using std::tuple for compatibility with Catch2.

@cschreib cschreib added the enhancement New feature or request label Nov 24, 2022
@cschreib cschreib self-assigned this Nov 24, 2022
@cschreib cschreib added this to the v1.0 milestone Nov 28, 2022
cschreib added a commit that referenced this issue Nov 29, 2022
cschreib added a commit that referenced this issue Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant