diff --git a/include/boost/intrusive/detail/mpl.hpp b/include/boost/intrusive/detail/mpl.hpp index 1c44ca5..02b1361 100644 --- a/include/boost/intrusive/detail/mpl.hpp +++ b/include/boost/intrusive/detail/mpl.hpp @@ -156,10 +156,14 @@ template 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 { static const bool value = true; }; @@ -188,10 +192,14 @@ template 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 { static const bool value = true; }; @@ -220,10 +228,14 @@ template 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 { static const bool value = true; };