c++ - Boost signals.hpp causes several compile time errors on Visual Studio 2010 -
i'm trying use boost.signals library. know use it, first need build boost since signals not header library. followed steps described under this topic build boost , did not errors. however, when include boost/signals.hpp several c2146, c2238, c2447 errors. of them syntax errors. example there several c2143 errors saying missing ; before {
in signals_common.hpp.
has faced such problem?
you linker error if problem how built it. compile time.
try making simple example people try.
my guess qt. if using qt, there may namespace conflicts.
Comments
Post a Comment