id summary reporter owner description type status milestone component version severity resolution keywords cc 7513 fusion::convert() tries to call convert_impl::call but there isn't Kohei Takahashi Joel de Guzman "fusion::convert() tries to call convert_impl::call but there isn't. Is seems that mistake of convert_impl::apply::call and patch is here. {{{ diff --git a/boost/fusion/sequence/convert.hpp b/boost/fusion/sequence/convert.hpp index 5264810..e7a2e38 100644 --- a/boost/fusion/sequence/convert.hpp +++ b/boost/fusion/sequence/convert.hpp @@ -20,11 +20,11 @@ namespace boost { namespace fusion template struct convert { - typedef typename extension::convert_impl gen; - typedef typename - gen::template apply::type - type; + extension::convert_impl::template apply + gen; + + typedef typename gen::type type; }; } }}}" Bugs closed To Be Determined fusion Boost Development Trunk Problem fixed convert phantall+boost@…