$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeffrey Williams (jwilliams_at_[hidden])
Date: 2005-06-17 16:12:20
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