mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
Initial attempt to fix problems
[SVN r10158]
This commit is contained in:
@@ -45,8 +45,6 @@ namespace { // Avoid cluttering the global namespace.
|
||||
|
||||
// Support for pickle.
|
||||
|
||||
using BOOST_PYTHON_CONVERSION::from_python;
|
||||
|
||||
python::ref world_getinitargs(const world& w) {
|
||||
python::tuple result(1);
|
||||
result.set_item(0, w.get_country());
|
||||
|
||||
Reference in New Issue
Block a user