
7 Dec
2011
7 Dec
'11
10:56 a.m.
it seems that the new boost::unit_test::decorator::enable_if, introduced in [1] clashes with boost::enable_if under certain circumstances. this currently breaks the boost.heap testsuite (see [2]).
How does it manages to locate enable_if in namespace boost::unit_test::decorator?
no idea
Do you have any using statements around?
one of the test sources contains a `using namespace boost::heap'. but also the tests without this using statement fail. thanks, tim