mirror of
https://github.com/boostorg/function_types.git
synced 2026-01-29 09:50:32 +01:00
makes member object support work with BCC
[SVN r42843]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user