$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test, parameter, fusion] en/disable_if name clash in trunk
From: Tim Blechmann (tim_at_[hidden])
Date: 2011-12-07 05:56:30
> > 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