--- boost/property_tree/detail/ptree_implementation.hpp.orig 2011-05-17 00:33:39.000000000 +0600 +++ boost/property_tree/detail/ptree_implementation.hpp 2011-10-05 19:10:35.251000004 +0600 @@ -16,7 +16,7 @@ #include #include -#if defined(BOOST_MSVC) && \ +#if (defined(BOOST_MSVC) || (defined(BOOST_INTEL_WIN) && defined(_MSC_FULL_VER))) && \ (_MSC_FULL_VER >= 160000000 && _MSC_FULL_VER < 170000000) #define BOOST_PROPERTY_TREE_PAIR_BUG #endif