Subject: Re: [boost] [test] BOOST_TEST - universal testing tool
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2012-11-05 02:16:37


Alexander Lamaison <awl03 <at> doc.ic.ac.uk> writes:
> This should simplify test code a lot. But, as it's now the default
> tool, has any progress been made on using it with C++03 compilers?

It actually works for quite some number of cases. You can see in test_tools_test
unit test in here:

http://beta.boost.org/development/tests/trunk/developer/test.html.

There are some use cases which are not supported (you can see them ifdefed out).

Gennadiy