$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Graph] 1.40 Static Link Issue
From: Gordon Smith (gordonjsmith_at_[hidden])
Date: 2009-09-07 08:54:00
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.
Gordon.