Ticket #3181: dinkumware.patch

File dinkumware.patch, 851 bytes (added by Jeremiah Willcock, 13 years ago)

Patch to fix problem

  • boost/config/stdlib/dinkumware.hpp

     
    5454#  define BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN
    5555#  define BOOST_HAS_MACRO_USE_FACET
    5656#  ifndef _CPPLIB_VER
    57       // Updated Dinkum library defines this, and provides
    58       // its own min and max definitions.
    59 #     define BOOST_NO_STD_MIN_MAX
    60 #     define BOOST_NO_MS_INT64_NUMERIC_LIMITS
     57#    ifndef __MTA__
     58       // Updated Dinkum library defines this, and provides
     59       // its own min and max definitions.
     60       // MTA version of Dinkum has min/max but does not define _CPPLIB_VER
     61#      define BOOST_NO_STD_MIN_MAX
     62#    endif
     63#    define BOOST_NO_MS_INT64_NUMERIC_LIMITS
    6164#  endif
    6265#endif
    6366