
30 Nov
2007
30 Nov
'07
9:51 a.m.
(BTW. Not really relevant, but, there's a nifty flat "include"
directory
where you can find all the includes which forwards to all modules. Like MPL flat include structure.)
HTH.
Regards, -- Joel de Guzman
Cool, but the include folder did not link to the proper header in one file on svn HEAD. Index: accumulate.hpp =================================================================== --- accumulate.hpp (revision 41469) +++ accumulate.hpp (working copy) @@ -7,6 +7,6 @@ #if !defined(FUSION_INCLUDE_ACCUMULATE) #define FUSION_INCLUDE_ACCUMULATE -#include <boost/fusion/algorithm/accumulate.hpp> +#include <boost/fusion/algorithm/iteration/accumulate.hpp> #endif