Subject: [boost] [Graph] 1.40 Static Link Issue
From: Gordon Smith (gordonjsmith_at_[hidden])
Date: 2009-09-07 07:49:47


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.