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: add workaround for boost versions >=1.84.0 #4098

Merged

Conversation

Archez
Copy link
Contributor

@Archez Archez commented May 1, 2024

Starting with boost 1.84.0 they switched around some internal types to using the std namespace instead of their own hacks.
Since our _32 methods are extensions on top of boost and use these internal types, we need a version check to control which types get used so that anyone building with a newer boost version does not run into errors.

Build Artifacts

@Archez Archez merged commit fd9cd9c into HarbourMasters:develop-macready May 1, 2024
8 checks passed
@Archez Archez deleted the fix-new-boost-version branch May 1, 2024 20:41
KiritoDv pushed a commit to KiritoDv/Shipwright that referenced this pull request May 6, 2024
briaguya-ai pushed a commit to briaguya-ai/Shipwright that referenced this pull request May 9, 2024
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.

3 participants