
13 Dec
2011
13 Dec
'11
10:24 a.m.
maybe it is a bug in boost.test, but it can be worked around in boost.parameter and boost.fusion by specifying the full name boost::enable_if.
If you have a boost fusion patch, I'll gladly apply them if it does not uglify the code too much ;-)
patch is here [1]. there is one comment that the patch should not change preprocessed files. however i don't see how the specific file is auto- generated.
tim
Don't edit the auto-generated files. You have to prepare another patch adding #define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES before anything else in your test code to make fusion not use the PP-ized files.
maybe my question was not clear: how are the files auto-generated? tim