Ticket #5984: boost_1_47_0-intel-msvc10-property_tree.diff

File boost_1_47_0-intel-msvc10-property_tree.diff, 484 bytes (added by Vladislav <phprus@…>, 11 years ago)
  • boost/property_tree/detail/ptree_implementation.hpp

    old new  
    1616#include <boost/assert.hpp>
    1717#include <memory>
    1818
    19 #if defined(BOOST_MSVC) && \
     19#if (defined(BOOST_MSVC) || (defined(BOOST_INTEL_WIN) && defined(_MSC_FULL_VER))) && \
    2020    (_MSC_FULL_VER >= 160000000 && _MSC_FULL_VER < 170000000)
    2121#define BOOST_PROPERTY_TREE_PAIR_BUG
    2222#endif