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 7d5f3f6 commit 0435c97Copy full SHA for 0435c97
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>clang-darwin:<exception-handling>off:<rtti>off:<linkflags>"-Wl,-ld_classic" ; # workaround for macos-14 linker bug
+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 ;
0 commit comments