mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Fix mistaken dependency on lightweight_test.hpp
[SVN r33032]
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
int main()
|
||||
{
|
||||
boost::python::converter::arg_to_python<PyTypeObject*> x(0);
|
||||
return boost::report_errors();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@ struct X : PyObject {};
|
||||
int main()
|
||||
{
|
||||
boost::python::converter::arg_to_python<X*> x(0);
|
||||
return boost::report_errors();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user