$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [iostreams] gzip.hpp has impl in header file: multiple definition errors
From: troy d. straszheim (troy_at_[hidden])
Date: 2008-10-11 20:45:50
On the trunk, gzip.hpp contains definitions for gzip_footer and gzip_header. If you
use these in more than one compilation unit you get multiple definition errors at link
time. I have the fix ready to commit...
-t