
"Tobias Schwinger" <tschwinger@neoscientists.org> wrote in message news:cvq3mh$o6$1@sea.gmane.org...
Dear Boosters,
a preview of the Function Types library is available, now.
[ Downloadable archive: http://tinyurl.com/6u77y ]
needs these patch (VC7.1)............... in function_type_result.hpp: namespace boost { //------------------------------------------------------------------------------ namespace function_types { namespace detail { template<typename S,typename K> struct result_impl : mpl::at_c< S, 0 > { }; ///////////////////////////////////////////////// // struct result_impl <S,no_function,I> /////////////////////////////////////// template<typename S> ///////// struct result_impl <no_function,S> { }; } in function_type_parameter.hpp: line 44 : //////////////////// // , typename detail::mask_fun_kind_attr ////////////// , typename detail::mask_func_kind_attr ////////// regards Andy Little