From: Dirk Gregorius (dirk_at_[hidden])
Date: 2004-10-27 09:15:48


Hi,

I have a short question regarding the boost::signals library. Is it possible
to connect a member function to a signal or must the passed slot be either
static or be a function object? If yes what would be the syntax to pass the
function and the associated object reference?

-Dirk