Re: [C++-sig] building 32 Bit and 64 Bit extensions on the same machine
___ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
[C++-sig] Boost::Python and Functions with String Inputs
___ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
[C++-sig] `cout << tuple` is ambiguous
Dear list, I get the following error error: use of overloaded operator '<<' is ambiguous (with operand types 'basic_ostream >' and 'const boost::python::tuple') The two candidates are an output operator for tuple, which I want to use /usr/include/boost-1_48/boost/python/object_operators.h
