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

Remove the Boost.Random dependency #380

Merged

Conversation

BewareMyPower
Copy link
Contributor

Master issue: #367

Motivation

We still depends on the Boost.Random dependency on some places, which could be replaced by the C++ standard random library.

Modifications

  • Replace Boost.Random usages with the standard <random> header
  • Remove the boost-random dependency from vcpkg.json

Master issue: apache#367

### Motivation

We still depends on the Boost.Random dependency on some places, which
could be replaced by the C++ standard random library.

### Modifications

- Replace Boost.Random usages with the standard `<random>` header
- Remove the `boost-random` dependency from `vcpkg.json`
@BewareMyPower BewareMyPower self-assigned this Jan 5, 2024
@BewareMyPower BewareMyPower added the enhancement New feature or request label Jan 5, 2024
@BewareMyPower BewareMyPower added this to the 3.5.0 milestone Jan 5, 2024
@BewareMyPower BewareMyPower merged commit f7e493b into apache:main Jan 5, 2024
12 checks passed
@BewareMyPower BewareMyPower deleted the bewaremypower/remove-boost-random branch January 5, 2024 06:57
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 this pull request may close these issues.

3 participants