Skip to content

Commit 5c04fb7

Browse files
committed
Using BOOST_LEAF_NO_EXCEPTIONS in so_dll_lib.cpp
1 parent cbb4014 commit 5c04fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/so_dll_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ leaf::result<void> BOOST_LEAF_SO_DLL_TEST_API hidden_result()
2828
return leaf::new_error( my_info<2>{2} );
2929
}
3030

31-
#ifndef BOOST_NO_EXCEPTIONS
31+
#ifndef BOOST_LEAF_NO_EXCEPTIONS
3232

3333
void BOOST_LEAF_SO_DLL_TEST_API hidden_throw()
3434
{

0 commit comments

Comments
 (0)