Boost logo

Boost Users :

From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2007-06-01 18:53:01


On Friday 01 June 2007 08:51, David Matz wrote:
> Unfortunately I going in trouble when using the latest version of this
> module (thread_safe_signals-2007-03-19.tgz which is the same as out of
> the cvs). I can't get it compile on Microsoft VS71. I tried with gcc and
> VS8 and it works but for the VS71 compiler which we are working it
> fails.
>
> As mentioned in the documentation I included the headers of
> thread_safe_signals before the normal boost headers which are in fact
> 1_33_1 (same results with 1_34_0). The I picked up a sample project
> signal_test.cpp from boost/test/ and start to compile it but it fails
> with the following compiler hints:
>
> Kompilieren...
> signal_test.cpp
> ...\thread_safe_signals\boost\thread_safe_signals\detail\slot_template.h
>pp(95)
>
> : error C2143: Syntaxfehler: Es fehlt ',' vor '&'

I don't have any Microsoft compilers, or speak German, but I wonder if
fully-qualifying the slot_base parameter type would help? Like

boost::signalslib::detail::slot_base

-- 
Frank



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net