From aa052cb7ec2603a6d809d15c0977550de8f0f9e1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 9 Apr 2003 12:26:43 +0000 Subject: [PATCH] Bug Fix [SVN r1138] --- include/boost/ref.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/ref.hpp b/include/boost/ref.hpp index af9e840..8fc3e75 100644 --- a/include/boost/ref.hpp +++ b/include/boost/ref.hpp @@ -42,9 +42,8 @@ class reference_wrapper_without_result_type { public: template - struct result_of + struct result_of : boost::result_of { - typedef typename result_of::type type; }; operator T& () const { return *(this->t_); }