Subject: Re: [boost] [move] [ thread] ambiguous call to overloaded function
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-03-24 12:49:10


El 24/03/2011 13:28, Tal Agmon escribió:
> Hello,
>
> Did anyone experience the following
>
>
> Revision 70494
> tested on msvc2010
>
> with headers the following headers:

I think Boost.Thread should not define anything related to "move" in
boost namespace, specially since this definition is in
thread/detail/move.hpp header (implementation detail), sooner or later
it will produce name clashes.

I think the only way to address this without breaking user code in Boost
1.47 is to port Boost.Thread to Boost.Move.

Ion