Index: intrusive/detail/mpl.hpp =================================================================== --- intrusive/detail/mpl.hpp (revision 77845) +++ intrusive/detail/mpl.hpp (working copy) @@ -156,9 +156,11 @@ struct is_unary_or_binary_function_impl { static const bool value = true; }; +#ifndef _MANAGED template struct is_unary_or_binary_function_impl { static const bool value = true; }; +#endif template struct is_unary_or_binary_function_impl @@ -188,9 +190,11 @@ struct is_unary_or_binary_function_impl { static const bool value = true; }; +#ifndef _MANAGED template struct is_unary_or_binary_function_impl { static const bool value = true; }; +#endif template struct is_unary_or_binary_function_impl @@ -220,9 +224,11 @@ struct is_unary_or_binary_function_impl { static const bool value = true; }; +#ifndef _MANAGED template struct is_unary_or_binary_function_impl { static const bool value = true; }; +#endif template struct is_unary_or_binary_function_impl