17 May
2011
17 May
'11
1:58 p.m.
On 05/17/2011 02:49 PM, tangleman@secules.net wrote:
typedef boost::signal1
signal_t;
a common pitfall you may run into when using C++ templates is that '>>' is treated by the compiler as an operator, namely 'right-shift' operator (operator>>()). in order to avoid this issue you should always use a space between the '>' characters when instantiating nested templates. have a look in