
17 Jun
2005
17 Jun
'05
9:12 p.m.
Today I had the need to use function_traits on a __stdcall function. It did not work, so I wrote a quick template called remove_stdcall which removes the __stdcall qualifier from a function (if it has one) which then allows you to pass it onto the function_traits. If there is any interest in adding it to type traits I'll post my code. (only about 100 lines and most is cut n paste for arity support). Jeff