Avoid non-inline non-template functions in headers.
This fixes #2406. gzip.hpp had a few functions
that are not templates or inline, which caused link errors.
Since the functions are fairly big, this patch moves
them into a cpp file.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.