25 Mar
2003
25 Mar
'03
1:59 p.m.
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.