[SVN r1138]
This commit is contained in:
Dave Abrahams
2003-04-09 12:26:43 +00:00
parent c46809bbdf
commit aa052cb7ec

View File

@@ -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_); }