This is the fix for https://github.com/boostorg/test/issues/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.
This is the fix for https://github.com/boostorg/test/issues/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.