From d1c14890d9fb79de3ce68e7c038ce1bbc937bf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 12 Jul 2012 07:25:46 +0000 Subject: [PATCH] Ticket #6907: __fastcall not guarded against [SVN r79436] --- include/boost/intrusive/detail/mpl.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; };