File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ struct BOOST_PYTHON_DECL argument_error : error_already_set {};
2020
2121// Handles exceptions caught just before returning to Python code.
2222// Returns true iff an exception was caught.
23- BOOST_PYTHON_DECL bool handle_exception_impl (function0<void > const & );
23+ BOOST_PYTHON_DECL bool handle_exception_impl (function0<void >);
2424
2525template <class T >
2626bool handle_exception (T f)
Original file line number Diff line number Diff line change 1717namespace boost { namespace python {
1818
1919// IMPORTANT: this function may only be called from within a catch block!
20- BOOST_PYTHON_DECL bool handle_exception_impl (function0<void > const & f)
20+ BOOST_PYTHON_DECL bool handle_exception_impl (function0<void > f)
2121{
2222 try
2323 {
You can’t perform that action at this time.
0 commit comments