2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Added some more tests

[SVN r14437]
This commit is contained in:
Dave Abrahams
2002-07-13 15:16:50 +00:00
parent c15812add2
commit e431318dc0
3 changed files with 72 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include <boost/python/object.hpp>
using namespace boost::python;
BOOST_STATIC_ASSERT(converter::is_object_manager<handle<> >::value);
int apply_int_int(PyObject* f, int x)
{