Changeset 53427

Timestamp:
May 30, 2009, 6:16:27 AM (13 years ago)
Author:
Vladimir Prus
Message:

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.