Boost logo

Boost :

From: Andy Little (andy_at_[hidden])
Date: 2005-03-02 06:12:38


"Andy Little" <andy_at_[hidden]> wrote in message
news:cvsofs$c5i$1_at_sea.gmane.org...
>
> "Tobias Schwinger" <tschwinger_at_[hidden]> wrote in message
> news:cvq3mh$o6$1_at_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
>
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk