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 dd0ae23 commit cbb4014Copy full SHA for cbb4014
test/Jamfile.v2
@@ -129,8 +129,8 @@ run try_catch_system_error_test.cpp ;
129
run try_catch_test.cpp ;
130
run try_exception_and_result_test.cpp ;
131
132
-lib so_dll_test_lib : so_dll_test_lib.cpp : <visibility>hidden ;
133
-run so_dll_test.cpp so_dll_test_lib/<link>shared ;
+lib so_dll_lib : so_dll_lib.cpp : <visibility>hidden ;
+run so_dll_test.cpp so_dll_lib/<link>shared ;
134
135
compile-fail _compile-fail-arg_boost_error_info_1.cpp ;
136
compile-fail _compile-fail-arg_boost_error_info_2.cpp ;
0 commit comments