Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2406: implementation in header causes link errors
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-30 06:16:32
#2406: implementation in header causes link errors
--------------------------------------+-------------------------------------
Reporter: troy | Owner: turkanis
Type: Bugs | Status: closed
Milestone: | Component: iostreams
Version: Boost Development Trunk | Severity: Showstopper
Resolution: fixed | Keywords:
--------------------------------------+-------------------------------------
Changes (by vladimir_prus):
* status: assigned => closed
* resolution: => fixed
Comment:
(In [53427]) 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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2406#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC