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 definition of BOOST_TEST_PRIxPTR for glibc 2.2-2.17 #392

Merged
merged 1 commit into from Aug 4, 2023
Merged

Conversation

mborland
Copy link
Member

@mborland mborland commented Aug 3, 2023

Closes: #391

glibc 2.2 - 2.17 required __STDC_FORMAT_MACROS to be defined for use of PRIxPTR. If necessary define and then undef after <inttypes.h> is included.

@mborland mborland merged commit 51bc9f5 into develop Aug 4, 2023
43 checks passed
@mborland mborland deleted the 391 branch August 4, 2023 13:14
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.

execution_monitor.ipp dosn't compile with glibc 2.17
1 participant