18 Nov
2011
18 Nov
'11
8:43 p.m.
I am having exactly the same problem, compiling boost+Qt sources with 1.48 release of boost. What might be of interest for everyone having this problem is that in my case I don't explicitly specify #include
in code. It might be used in some other boost headers that I have plenty in my code.
It would help if somebody could give the output of the preprocessor. With g++, just add -E option and compile one failing file. This may help understand the error with BOOST_JOIN. Is there #undef BOOST_JOIN somewhere? Frédéric