
3 Jun
2006
3 Jun
'06
9:13 a.m.
On Fri, 02 Jun 2006 18:08:25 -0300, Gennadiy Rozental <gennadiy.rozental@thomson.com> wrote:
So my question is: Are Boost test tools designed to be used in multiple threads?
Short answer - no. The test framework is reentrant, but not thread safe.
What exactly does this mean? Bruno