Skip to content

Fix 32bit build#561

Merged
kris-jusiak merged 1 commit intoboost-ext:cpp14from
nine:449_fix_32bit_build
Apr 12, 2024
Merged

Fix 32bit build#561
kris-jusiak merged 1 commit intoboost-ext:cpp14from
nine:449_fix_32bit_build

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
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