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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user