Boost logo

Boost :

From: Andy Little (andy_at_[hidden])
Date: 2005-02-27 10:24:59


"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


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