
27 Sep
2004
27 Sep
'04
1:09 p.m.
Hi Joaqu?n,
Seems like the problem is solved by mpl::-qualifying all occurrences of arg in boost/mpl/aux_/preprocessed/gcc/bind.hpp. Interestingly, most of these were already qualified, there were only two left.
I've attached a patch, though I guess it is not directly applicable as this file is automatically generated. At least, I guess it can shed some light on the problem. HTH.
PS: Volodya, could you verify if this solves your problem with multi_index (locally)? Thank you.
Yes, with this patch (and arg -> mpl::arg replacement in reverse_iter_fold.hpp) both the testcase and my real source file compile, even if boost/bind.hpp is included before multi_index headers. Thanks! - Volodya