23 Nov
2006
23 Nov
'06
3:42 p.m.
Hi,
I am trying to use boost signals. I am using Visual Studio 2005 with boost
and qt. I had to do this workaround to avoid the signals conflict:
#ifdef signals
#error "signalslib.hpp must be included before any qt header"
#endif
#include