boostorg/iostreams

C4706: assignment within conditional expression

reid-p opened this issue · 0 comments

boost\iostreams\filter\zlib.hpp(392): warning C4706: assignment within conditional expression

This warning is seen from MSVC 15.9.8 / 15.9.9 during linking of a release build.
Which is odd. Debug builds are fine.

Offending code is:
return !(eof_ = result == zlib::stream_end);