Terje Slettebų <[EMAIL PROTECTED]> writes:

>>From: "Aleksey Gurtovoy" <[EMAIL PROTECTED]>
>>
>>     std::string text("text");
>>     mpl::for_each< my_types >(boost::bind<void>(my_function, text, _1));
>
> I got "error: no instance of function template "boost::mpl::for_each"
> matches the argument list", when trying this on Intel C++. Do you have a
> version of this that works?

You need the one in the CVS, which I added recently.

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to