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 82eacfe commit bc653c5Copy full SHA for bc653c5
test/Jamfile.v2
@@ -71,7 +71,7 @@ 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>darwin:<linkflags>"-Wl,-no_dead_strip" ; # workaround for macos-14 linker bugrun error_id_test.cpp ;
+run error_code_test.cpp : : : <toolset>clang-darwin:<linkflags>"-Wl,-no_dead_strip" ; # workaround for macos-14 linker bugrun error_id_test.cpp ;
75
run exception_test.cpp ;
76
run exception_to_result_test.cpp ;
77
run function_traits_test.cpp ;
0 commit comments