boostorg / iostreams

Boost.org iostreams module
http://boost.org/libs/iostreams
Boost Software License 1.0
43 stars 116 forks source link

Turn off BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS for ICC on Windows #145

Open malton-ont opened 2 years ago

malton-ont commented 2 years ago

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.