Boost logo

Boost Users :

Subject: Re: [Boost-users] [Test] Compilation inconsistency
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-14 11:28:23


AMDG

Greg Ravikovich wrote:
> Hello,
> I posted a question regarding the following issue a few months back:
>
> Empty cpp file containing only:
>
> #include <boost/test/test_case_template.hpp>
>
> Fails to compile, however an empty cpp file containing
>
> #include <boost/test/unit_test.hpp>
> #include <boost/test/test_case_template.hpp>
>
> Compiles fine.
>
> The issue is still there in boost 1.38.
> Can someone address it please

It's been fixed in the trunk.
boost/test/test_case_template.hpp is deprecated.
It's functionality has been moved to boost/test/unit_test_suite.hpp
which is included by unit_test.hpp

In Christ,
Steven Watanabe


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