Ticket #5420: fusion.patch

File fusion.patch, 580 bytes (added by Chris Jefferson, 12 years ago)

fusion patch

  • libs/fusion/test/sequence/tuple_make.cpp

     
    77==============================================================================*/
    88#include <boost/fusion/tuple.hpp>
    99
    10 #define FUSION_SEQUENCE tuple
     10#define FUSION_SEQUENCE boost::fusion::tuple
    1111#define FUSION_AT get
    12 #define FUSION_MAKE make_tuple
     12#define FUSION_MAKE boost::fusion::make_tuple
    1313#include "make.hpp"
    1414
    1515int