Ticket #1044: parameter.diff

File parameter.diff, 634 bytes (added by John Maddock, 15 years ago)

Daniel's Patch

  • boost/parameter/preprocessor.hpp

    RCS file: /cvsroot/boost/boost/boost/parameter/preprocessor.hpp,v
    retrieving revision 1.23
    diff -u -r1.23 preprocessor.hpp
     
    149149      , typename Parameters::deduced_list
    150150      , tag_keyword_arg
    151151      , mpl::false_
    152     >::type type;
     152   >::type result;
     153   typedef typename mpl::first<result>::type type;
    153154};
    154155
    155156# if 1 //BOOST_WORKAROUND(BOOST_MSVC, < 1300)