$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] adjacency_list.hpp requires to link with serialization lib in 1.44?
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-08-19 01:29:47
> Hello,
>
> I can reproduce your problem. I think the problem is the addition of
> #include <boost/archive/basic_archive.hpp>
> within boost\serialization\serialization.hpp which pulls in auto
> linking. Simply commenting out that include stops the automatic
> linking
Looks like a mistake to me.
>but will most likely break some other code.
I don't think so.
Robert Ramey