id summary reporter owner description type status milestone component version severity resolution keywords cc 1870 zlib_base function names must differ from their zlib counterpart robert.bielik@… Jonathan Turkanis "If Z_PREFIX has been used to compile zlib, boost::iostreams must adhere to that, but because a few names (inflate/deflate/alloc_func/free_func) are defined in zlib's zconf.h file where Z_PREFIX is used to add a z_ prefix, boost::iostreams zlib.cpp will fail to compile. Proposed name changes: zlib_base::inflate -> zlib_base::zlib_inflate zlib_base::deflate -> zlib_base::zlib_deflate typedef zlib::alloc_func -> zlib::alloc_function typedef zlib::free_func -> zlib::free_function " Bugs closed Boost 1.36.0 iostreams Boost 1.35.0 Problem fixed zlib Z_PREFIX