mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
richcmp3.cpp significantly simplified.
[SVN r10660]
This commit is contained in:
@@ -57,5 +57,5 @@ BOOST_PYTHON_MODULE_INIT(richcmp2)
|
||||
// to suppress a bogus VC60 warning.
|
||||
init_module(this_module);
|
||||
}
|
||||
catch(...){boost::python::handle_exception();}
|
||||
catch (...) { boost::python::handle_exception(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user