From 2378ba59e731d86ea068cf986b057e6b1f49948a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 2 Oct 2007 17:41:35 +0000 Subject: [PATCH] Fix for Borland compilers. [SVN r39657] --- include/boost/function/function_template.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index ec52c92..536bac4 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -437,8 +437,9 @@ namespace boost { if (base.manager) base.manager(functor, functor, destroy_functor_tag); } - +#ifndef BOOST_NO_PRIVATE_IN_AGGREGATE private: +#endif // Function pointers template bool