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: | 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 , 12 years ago
| Component: | Documentation → iostreams |
|---|---|
| Owner: | changed from to |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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