Ticket #6841: boost-intrusive-mpl.hpp.patch

File boost-intrusive-mpl.hpp.patch, 437 bytes (added by David Deakins, 10 years ago)

patch to adjust mpl.hpp

  • mpl.hpp

     
    130130#define BOOST_INTRUSIVE_TT_DECL
    131131#endif
    132132
    133 #if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64)
     133#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64) && !defined(UNDER_CE)
    134134#define BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS
    135135#endif
    136136