$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-07-19 20:41:12
>> boost::unit_test is started to be used in 1.32
> But I found it in 1.31 and there are some examples. I can not run anyone
> of them
I think you are mistaken. The cause for your problem could be that you have
both 1.31 and 1.32 installed and you are compiling pointing to 1.32 while
linking with libs build with 1.32 or vice versa.
Gennadiy