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 32bit build #561

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Fix 32bit build #561

merged 1 commit into from
Apr 12, 2024

Conversation

nine
Copy link
Contributor

@nine nine commented Apr 12, 2024

Problem:

  • Build error for 32bit in named_parameters.cpp

Solution:

  • Update integer types to fixed width integer
  • Was able to build with gcc12 with both flags -m32 and -m64. For successful building with gcc12 following additional flags were required: -Wno-nonnull -Wno-return-local-addr.

Issue: #449

Reviewers:
@krzysztof-jusiak

@kris-jusiak kris-jusiak merged commit 43b01c0 into boost-ext:cpp14 Apr 12, 2024
0 of 7 checks passed
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