$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-03-14 05:08:28
Johan Nilsson wrote:
>> The following fails to compile using g++ 4.0.2 under suse linux:
>>
>> ---
>> #define BOOST_TEST_MODULE foo
>> #include <boost/test/unit_test_suite.hpp>
Sorry, the above is a typo, it's really:
#include <boost/test/auto_unit_test.hpp>
(errors from previous post still apply)
// Johan