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 for the issue #430, arg_type_mismatch exception with dynamic link #431

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

kantan2015
Copy link
Contributor

This is the fix for #430.
If the library is linked dynamically, clang built binary raises the arg_type_mismatch exception on reading configuration variables with type output_format or report_level.
I've added the test in unit_test_example_16.cpp but found that it was commented out from build and leave as it is.

@mborland mborland linked an issue Oct 4, 2024 that may be closed by this pull request
Copy link
Member

@mborland mborland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

@mborland mborland merged commit aeeb091 into boostorg:develop Oct 4, 2024
41 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.

dynamic link with clang causes boost::runtime::arg_type_mismatch
2 participants