4 Feb
2009
4 Feb
'09
4:06 p.m.
AMDG dhruva wrote:
I am using BOOST::accumulator from 1.37. I get the following warning in the build on WXP using VC8 (MSVC 2005). I am exploring to find out where the problem could be, posting to find is someone has experienced this problem. Since our build treats warnings as errors, I am stuck.
...include\boost/fusion/container/vector/detail/deref_impl.hpp(46) : warning C4003: not enough actual parameters for macro 'index'
Indeed, this should be considered an error. Find whatever is doing a #define index(...) and destroy it. In Christ, Steven Watanabe