31 Aug
2012
31 Aug
'12
2:48 a.m.
On 8/8/2012 12:46 AM, Joost Kraaijeveld wrote:
This is the smallest example I could create that triggers the error:
/**********************************/ #define FUSION_MAX_VECTOR_SIZE 30
#include
int main( int argc,char** argv) { return 0; }
If you want to go beyond the limits, You'll have to tweak *both* Fusion *and* MPL. Define these PP constants before anything else: #define FUSION_MAX_VECTOR_SIZE 30 #define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS #define BOOST_MPL_LIMIT_VECTOR_SIZE 30 HTH. Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com