From f85a3db133df74c81629e79010c2d641a60ee7d2 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Sun, 4 Jul 2010 22:38:38 +0000 Subject: [PATCH] Spirit: merging from trunk upto rev. 61489 [SVN r63640] --- include/boost/function/function_base.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index eb201a8..fe9bbbe 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -264,12 +264,12 @@ namespace boost { A(a) { } - - functor_wrapper(const functor_wrapper& f) : + + functor_wrapper(const functor_wrapper& f) : F(static_cast(f)), A(static_cast(f)) - { - } + { + } }; /**