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

feat: add cmake support to examples #1313

Merged

Conversation

barendgehrels
Copy link
Collaborator

  • replace BOOST_FOREACH

  • replace Boost.Assign

  • replace typedef with using

  • other minor changes

Copy link
Member

@vissarion vissarion left a comment

Choose a reason for hiding this comment

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

Great addition, and modernization! Thanks!

I have only a question. Also it seems that something is missing and some examples cannot be compiled in CI.

doc/src/examples/algorithms/CMakeLists.txt Show resolved Hide resolved
- replace BOOST_FOREACH

- replace Boost.Assign

- replace typedef with using

- other minor changes
@barendgehrels
Copy link
Collaborator Author

Great addition, and modernization! Thanks!

I have only a question. Also it seems that something is missing and some examples cannot be compiled in CI.

Indeed, will handle. Thanks.

@barendgehrels
Copy link
Collaborator Author

I have only a question. Also it seems that something is missing and some examples cannot be compiled in CI.

Indeed, will handle. Thanks.

Copy link
Member

@vissarion vissarion left a comment

Choose a reason for hiding this comment

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

Thanks, now all examples (except from problematic ones where comments are inserted) are included and the test are passing.

@barendgehrels barendgehrels merged commit 310498b into boostorg:develop Sep 30, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants