makes member object support work with BCC

[SVN r42843]
This commit is contained in:
Tobias Schwinger
2008-01-18 14:37:41 +00:00
parent 5ee20a4383
commit 508b6ff4d7

View File

@ -407,7 +407,7 @@ namespace boost
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