Subject: Re: [Boost-users] Syntax error using signal1 from Boost 1.34.1 on VC6
From: Tangleman (tangleman_at_[hidden])
Date: 2011-05-19 11:17:19


Igor R <boost.lists <at> gmail.com> writes:

>
> > typedef boost::signal1<void, std::vector<unsigned char>> signal_t;
>
> Do you have a space between ">>" in your real code?
>

I hate when I make those "all too obvious and stupid" mistakes.

Problem corrected.

Thanks!