|
Boost-Commit : |
From: tschwinger_at_[hidden]
Date: 2008-01-18 09:37:42
Author: t_schwinger
Date: 2008-01-18 09:37:41 EST (Fri, 18 Jan 2008)
New Revision: 42843
URL: http://svn.boost.org/trac/boost/changeset/42843
Log:
makes member object support work with BCC
Text files modified:
trunk/boost/function_types/components.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/function_types/components.hpp
==============================================================================
--- trunk/boost/function_types/components.hpp (original)
+++ trunk/boost/function_types/components.hpp 2008-01-18 09:37:41 EST (Fri, 18 Jan 2008)
@@ -407,7 +407,7 @@
struct components_bcc
: mpl::if_
< detail::represents_impl< detail::components_impl<T,L>
- , member_pointer_tag>
+ , member_function_pointer_tag>
, detail::mfp_components<detail::components_impl<T,L>,T,OrigT,L>
, detail::components_impl<T,L>
>::type
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk