10 Jan
2008
10 Jan
'08
6:47 p.m.
Ovanes Markarian
Hello,is Boost.Test framework thread safe in regards to the following use
case:I would like to start multiple threads with some testing tasks. These threads will call boost TestTools functions (BOOST_CHECK... etc.). Is this scenario supported? No. You will have ti serialize access to the UTF. The simplest way is just use wrapper macro. gennadiy