
7 Dec
2011
7 Dec
'11
10:36 a.m.
Tim Blechmann <tim <at> klingt.org> writes:
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? Do you have any using statements around? Gennadiy