I'm trying to use boost.signals library. I know that to use it, first I need to build the boost since signals is not a header only library. I followed the steps described under this topic to build the boost and did not get any errors. However, when I include boost/signals.hpp I get several C2146, C2238, C2447 errors. Most of them are syntax errors. For example there are several C2143 errors saying that missing ; before {
in signals_common.hpp.
Has anyone faced such problem?