mirror of
https://github.com/boostorg/function_types.git
synced 2025-07-30 21:07:21 +02: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