mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
Bug fix
[SVN r14803]
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
namespace boost { namespace python {
|
||||
|
||||
// IMPORTANT: this function may only be called from within a catch block!
|
||||
BOOST_PYTHON_DECL bool handle_exception_impl(function0<void> const& f)
|
||||
BOOST_PYTHON_DECL bool handle_exception_impl(function0<void> f)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user