Subject: Re: [boost] decltype and incomplete types
From: Daniel James (dnljms_at_[hidden])
Date: 2010-04-08 18:07:21


On 8 April 2010 22:08, Daniel Walker <daniel.j.walker_at_[hidden]> wrote:
>
> I suppose it's fine to revert the merge. Some compilers are already
> shipping with a std::result_of that implements the current draft
> standard. So boost::result_of isn't so critical for these users.

OK, result_of is back to its 1.42 state on the release branch. This
reverts the fixes for:

https://svn.boost.org/trac/boost/ticket/862
https://svn.boost.org/trac/boost/ticket/1310
https://svn.boost.org/trac/boost/ticket/1535

Daniel