iostreams
iostreams copied to clipboard
Turn off BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS for ICC on Windows
The Intel C++ Compiler on Windows uses the MSVC runtimes, and so has the same issue with std::fpos::seekpos begin deprecated. Add BOOST_INTEL_WIN to the preprocessor checks to exclude this combination as well.