Fixed a problem of an incorrect check-in with
fprintf line. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9749 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
61fdde65cc
commit
1992714551
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@
|
|||
template <class T, class U >
|
||||
struct traits_from<std::pair<T,U> > {
|
||||
static PyObject *from(const std::pair<T,U>& val) {
|
||||
fprintf( stderr, "%s %d\n", __PRETTY_FUNCTION__, __LINE__);
|
||||
PyObject* obj = PyTuple_New(2);
|
||||
PyTuple_SetItem(obj,0,swig::from(val.first));
|
||||
PyTuple_SetItem(obj,1,swig::from(val.second));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue