Boost logo

Boost :

Subject: Re: [boost] [thread/exception] trivial compile fix
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2012-06-30 18:00:19


On Sat, Jun 30, 2012 at 3:37 AM, Tim Blechmann <tim_at_[hidden]> wrote:

> >> the boost.lockfree testsuite requires the following trivial patch, which
> >> specifies the namespace for enable_if and disable_if. i've applied a
> >> similar patch to boost.parameter some time ago [1].
> >>
> >> as it is trivial, is it ok to commit to trunk or shall i submit it to
> >> trac that the thread/exception maintainers can apply it?
> >>
> >>
> > Hi,
> >
> > can I know more about the problem you have found?
>
> the general pattern seems to be something like this:
>
> namespace boost {
> namespace foo {
> [..] enable_if [..]
>
> }}
>
> while the fix is:
>
> namespace boost {
> namespace foo {
> [..] boost::enable_if [..]
>
> }}
>

This doesn't seem to be the case in Boost Exception. All enable_if uses are
in namespace boost, not in another nested namespace.

> not sure, why enable_if is not resolved, but came across the issue
> before in boost.parameter, when i added boost.heap into trunk. the fix
> is trivial, as it just specifies the scope of enable_if ...
>
> no idea, why i triggered this issue with both boost.heap and
> boost.lockfree ...
>

I suggest we first figure out why and then make changes. :)

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk