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

Removed flotsam

[SVN r14455]
This commit is contained in:
Dave Abrahams
2002-07-14 18:42:43 +00:00
parent 815edf1ba5
commit 93b4c6291a

View File

@@ -129,17 +129,6 @@ struct arg_to_python
arg_to_python(T const& x);
};
//
// Convenience macros for call<> and call_method<> code generation
//
# define BOOST_PYTHON_ARG_TO_PYTHON_GET(index,ignored) \
converter::arg_to_python<BOOST_PP_CAT(A,index)>( \
BOOST_PP_CAT(a,index)).get()
# define BOOST_PYTHON_ARG_STRING(nargs) \
"(" BOOST_PP_REPEAT(nargs,BOOST_PYTHON_PROJECT_2ND,"O") ")"
//
// implementations
//