$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2003-03-25 08:59:51
> The unresolved symbol test_and_continue_impl seems most curious
since
> one of it's parameters expects a wrapstrstream, not a
wrap_strstream
> as the function declaration itself would suggest.
>
> Any ideas what I'm doing wrong? (NOTE: I'm linking to the static
> multi-threaded lib).
>
> Thanks!
> Dan
Is it possible that you have 2 versions of Boost.Test installed? It
looks like you ompile with old one, while link with library built
from new sources.
Gennadiy.