Ticket #3214: metrowerks.patch

File metrowerks.patch, 786 bytes (added by Wolfgang Textor <wtextor@…>, 13 years ago)

Patch to HEAD version of /boost/config/compiler/metrowerks.hpp

  • metrowerks.hpp

     
    3939
    4040// the "|| !defined(BOOST_STRICT_CONFIG)" part should apply to the last
    4141// tested version *only*:
    42 #   if(__MWERKS__ <= 0x3206) || !defined(BOOST_STRICT_CONFIG) // 9.5
     42#   if(__MWERKS__ <= 0x3207) || !defined(BOOST_STRICT_CONFIG) // 9.5
    4343#     define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
    4444#     define BOOST_NO_IS_ABSTRACT
    4545#    endif
     
    7373#     define BOOST_COMPILER_VERSION 9.4
    7474#   elif __MWERKS__ == 0x3206
    7575#     define BOOST_COMPILER_VERSION 9.5
     76#   elif __MWERKS__ == 0x3207
     77#     define BOOST_COMPILER_VERSION 9.6
    7678#   else
    7779#     define BOOST_COMPILER_VERSION __MWERKS__
    7880#   endif