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 , 11 years ago) |
---|
-
boost/property_tree/detail/ptree_implementation.hpp
old new 16 16 #include <boost/assert.hpp> 17 17 #include <memory> 18 18 19 #if defined(BOOST_MSVC) && \19 #if (defined(BOOST_MSVC) || (defined(BOOST_INTEL_WIN) && defined(_MSC_FULL_VER))) && \ 20 20 (_MSC_FULL_VER >= 160000000 && _MSC_FULL_VER < 170000000) 21 21 #define BOOST_PROPERTY_TREE_PAIR_BUG 22 22 #endif