Boost logo

Boost Users :

Subject: Re: [Boost-users] Is boost test thread-safe?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-04-25 01:42:16


edA-qa mort-ora-y <eda-qa <at> disemia.com> writes:

> It appears that using the BOOST_CHECK tools from the thread causes problems.

Yes. This is indeed the case. Boost.Test (for now at least) do not have any
dependencies on threading libs. Meanwhile, you can write simple wrappers around
Boost.Test testing tools you are using, which will lock some global lock and
perform the action of the tool.

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net