From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-03-11 17:04:02


> I also checked that the version above for Boost 1.33
> works well with Boost 1.34 (tested with VC++ 8.0).
> So, can I safely use older approach:
>
> #define BOOST_AUTO_TEST_MAIN
> #include <boost/test/auto_unit_test.hpp>
>
> and assume that it will work well with future releases of Boost?

No - old names are depricated. You still could use it. But it's going to be
removed in some future release. Boost 1.34 should be out pretty soon. You
may want to wait till it's out and rely purely on new names.

Gennadiy