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

Fix the aggregates CPP API install files. #4441

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

KiterLuc
Copy link
Contributor

@KiterLuc KiterLuc commented Oct 23, 2023

This also changes the use of concepts in std::derived_from to std::is_base_of_v to not require users of the CPP API to use c++ 20.

SC-35774


TYPE: NO_HISTORY
DESC: Fix the aggregates CPP API install files.

This also changes the use of concepts in std::derived_from to std::is_base_of_v to not require users of the CPP API to use c++ 20.

---
TYPE: IMPROVEMENT
DESC: Fix the aggregates CPP API install files.
Copy link
Contributor

@eddelbuettel eddelbuettel left a comment

Choose a reason for hiding this comment

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

This still missed cpp_api/channel_operator.h. Once I add that (as I did in 2a27744) then the R package builds and installs (and of course tests) fine against this PR.

Thanks for fixing this. May be best to wait for CI before merging even though my one-line catch-up commit should not have created harm.

@KiterLuc KiterLuc merged commit 10a45d7 into dev Oct 23, 2023
54 checks passed
@KiterLuc KiterLuc deleted the lr/fix-aggregates-cpp-api branch October 23, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants