$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-11-05 06:09:27
> boost.test isn't autolinking in vc71, is this intentional?
Unfortunately yes: you can't tell which of the test lib's to link to based
on which headers you have included.
John.