diff --git a/src/third_party/boost-1.60.0/boost/iostreams/detail/config/fpos.hpp b/src/third_party/boost-1.60.0/boost/iostreams/detail/config/fpos.hpp index 811a8d6..937b3ce 100644 --- a/src/third_party/boost-1.60.0/boost/iostreams/detail/config/fpos.hpp +++ b/src/third_party/boost-1.60.0/boost/iostreams/detail/config/fpos.hpp @@ -23,7 +23,8 @@ #endif # if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \ - !defined(_STLPORT_VERSION) && !defined(__QNX__) + !defined(_STLPORT_VERSION) && !defined(__QNX__) \ + && !(_MSVC_STL_VERSION >= 141) /**/ # define BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS # endif