$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52791 - sandbox/boost0x/boost/function
From: gordon_at_[hidden]
Date: 2009-05-05 19:40:06
Author: gordon.woodhull
Date: 2009-05-05 19:40:06 EDT (Tue, 05 May 2009)
New Revision: 52791
URL: http://svn.boost.org/trac/boost/changeset/52791
Log:
wrong #if removed
Text files modified: 
   sandbox/boost0x/boost/function/function_variadic_vtable.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/boost0x/boost/function/function_variadic_vtable.hpp
==============================================================================
--- sandbox/boost0x/boost/function/function_variadic_vtable.hpp	(original)
+++ sandbox/boost0x/boost/function/function_variadic_vtable.hpp	2009-05-05 19:40:06 EDT (Tue, 05 May 2009)
@@ -12,7 +12,7 @@
       template<typename R, typename ... Args>
       struct basic_vtable
       {
-        typedef typename function_return_type<R>::type result_type;
+        typedef R         result_type;
 
         typedef result_type (*invoker_type)(function_buffer&, Args...);