
2 Nov
2005
2 Nov
'05
8:12 p.m.
On 11/2/05, Matt Calabrese <rivorus@gmail.com> wrote:
I'd personally prefer using the member function pointer as an explicit template argument, allowing for the calling syntax:
enqueue< &your_type::member_function >( your, arguments, go, here );
Again, with proper forms having different amounts of parameters generated by Boost.Preprocessor.
Heh, scratch that, unless someone can actually come up with a way to provide that syntax in a manner which works for all types. -- -Matt Calabrese