March 12, 2005
11:47 p.m.
"Leonard \"paniq\" Ritter" <paniq@paniq.org> writes:
I tried in a similar vain for the 2 member functions variants that appear later in the same file. However, I had no success, hence the reason for my caution.
yes, it works for functions but not for methods. when adding something similar for __stdcall i get
boost\python\detail\invoke.hpp(75) : error C2064: term does not evaluate to a function taking 2 arguments
where my confusion does not permit me to make anymore assumptions on how to fix this ;)
Files like boost/type_traits/detail/is_mem_fun_pointer_tester.hpp which are outside the Boost.Python library would need to be enhanced to deal with __stdcall, etc. -- Dave Abrahams Boost Consulting www.boost-consulting.com