We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc653c5 commit 7d5f3f6Copy full SHA for 7d5f3f6
test/Jamfile.v2
@@ -71,7 +71,8 @@ run diagnostics_test4.cpp ;
71
run diagnostics_test5.cpp ;
72
run e_errno_test.cpp ;
73
run e_LastError_test.cpp : : : <target-os>windows:<define>BOOST_LEAF_CFG_WIN32=1 ;
74
-run error_code_test.cpp : : : <toolset>clang-darwin:<linkflags>"-Wl,-no_dead_strip" ; # workaround for macos-14 linker bugrun error_id_test.cpp ;
+run error_code_test.cpp : : : <toolset>clang-darwin:<exception-handling>off:<rtti>off:<linkflags>"-Wl,-ld_classic" ; # workaround for macos-14 linker bug
75
+run error_id_test.cpp ;
76
run exception_test.cpp ;
77
run exception_to_result_test.cpp ;
78
run function_traits_test.cpp ;
0 commit comments