2
0
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:
Ralf W. Grosse-Kunstleve
2001-07-18 15:24:41 +00:00
parent 5031479fa2
commit c7e12ecf3d
5 changed files with 118 additions and 187 deletions

View File

@@ -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(); }
}