From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-07-25 00:00:33


Daryle Walker <darylew <at> hotmail.com> writes:

> I worked around the problem for now by directly #including
> "boost/test/test_case_template.hpp" in my test file.

This was always the case as with FP comparison.
 
> But I shouldn't have to do this.

Original intension was to avoid adding dependencies if you
don't need them. I guess it causing more problems then help.
I'll add both to the appropriate header.

Gennadiy