forked from boostorg/utility
Bug Fix
[SVN r1138]
This commit is contained in:
@@ -42,9 +42,8 @@ class reference_wrapper_without_result_type
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
template<typename F>
|
template<typename F>
|
||||||
struct result_of
|
struct result_of : boost::result_of<F>
|
||||||
{
|
{
|
||||||
typedef typename result_of<F>::type type;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
operator T& () const { return *(this->t_); }
|
operator T& () const { return *(this->t_); }
|
||||||
|
Reference in New Issue
Block a user