Skip to content

Commit

Permalink
Bug fix: adding missing inline on lead_detail::unload_result
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Jan 8, 2024
1 parent febc510 commit 668049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/leaf/handle_errors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ namespace leaf_detail
(void) r->unload();
}

void unload_result( void * )
inline void unload_result( void * )
{
}
}
Expand Down

0 comments on commit 668049c

Please sign in to comment.