From 508b6ff4d7c39cb57cdaf1b7064cfa17c6199e81 Mon Sep 17 00:00:00 2001 From: Tobias Schwinger Date: Fri, 18 Jan 2008 14:37:41 +0000 Subject: [PATCH] makes member object support work with BCC [SVN r42843] --- include/boost/function_types/components.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function_types/components.hpp b/include/boost/function_types/components.hpp index 6d503a9..a4432c5 100644 --- a/include/boost/function_types/components.hpp +++ b/include/boost/function_types/components.hpp @@ -407,7 +407,7 @@ namespace boost struct components_bcc : mpl::if_ < detail::represents_impl< detail::components_impl - , member_pointer_tag> + , member_function_pointer_tag> , detail::mfp_components,T,OrigT,L> , detail::components_impl >::type