id summary reporter owner description type status milestone component version severity resolution keywords cc 419 Problem with mpl::transform on fusion::tuple solodon Aleksey Gurtovoy "{{{ Whenever I try to do something like: typedef fusion::tuple fusion_types; typedef fusion::tuple fusion_pointers; typedef mpl::transform< fusion_types, boost::add_pointer >::type fusion_result; I get a compilation error, while the same thing with mpl::vector instead of fusion::tuple compiles perfectly well. If I understand the problem right, dispatched implementation of push_front on tuples refers boost::fusion::meta::push_front, which is forward declared but never defined. Is it by design or was it left to add implementation later? Another thing you might want to check (not directly related to this) is that tuple iterator does not define iterator category, that was required by some mpl algorithms. I've got here GCC 3.4 (under Linux FC3) and boost 1.32 taken from boost CVS. See attachment for the program to reproduce the problem (uncomment two last lines) and compilation log. }}}" Bugs closed mpl None None