I\'ve been trying to implement a C#-like event system in C++ with the tr1 function templates used to store a function that handles the event.
I created a vector so
FAQ #1 in the boost function documentation seems to address your question - and the easy answer is "no".