Opened 12 years ago

Closed 12 years ago

#5388 closed Bugs (fixed)

Boost iostreams installation documentation indicates the wrong source file for gzip

Reported by: rundel@… Owned by: Jonathan Turkanis
Milestone: To Be Determined Component: iostreams
Version: Boost Release Branch Severity: Problem
Keywords: Cc:

Description

Currently the documentation for iostreams on the installation of the component indicates that when using the boost/iostreams/filter/gzip.hpp header that zlib.cpp should be included in the project. This is incorrect as it should indicate gzip.cpp (http://www.boost.org/doc/libs/1_46_1/libs/iostreams/src/gzip.cpp).

Change History (3)

comment:1 by Steven Watanabe, 12 years ago

Component: Documentationiostreams
Owner: changed from Matias Capeletto to Jonathan Turkanis

comment:2 by Steven Watanabe, 12 years ago

gzip.hpp actually depends on both zlib.cpp and gzip.cpp.

comment:3 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [71049]) Add gzip.cpp to the list of required sources for gzip. Fixes #5388.

Note: See TracTickets for help on using tickets.