$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Graph] 1.40 Static Link Issue
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-09-07 18:27:28
On Mon, 7 Sep 2009, Gordon Smith wrote:
> There seems to be an unused bool in fruchterman_reingold.hpp:
>
> bool vertex_migration = false;
>
> Which will cause link errors if included in more than one statically linked
> library.
I just committed r56097 that fixes this problem. Thank you for the
report.
-- Jeremiah Willcock