diff --git a/include/boost/type_traits/detail/is_function_cxx_11.hpp b/include/boost/type_traits/detail/is_function_cxx_11.hpp index 432af4e..97f029a 100644 --- a/include/boost/type_traits/detail/is_function_cxx_11.hpp +++ b/include/boost/type_traits/detail/is_function_cxx_11.hpp @@ -101,7 +101,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -118,7 +118,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -135,7 +135,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -152,7 +152,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -170,7 +170,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -187,7 +187,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -204,7 +204,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -221,7 +221,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -239,7 +239,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -256,7 +256,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -273,7 +273,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -290,7 +290,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; #ifndef __CLR_VER @@ -381,7 +381,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -396,7 +396,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -411,7 +411,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -426,7 +426,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -442,7 +442,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -457,7 +457,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -472,7 +472,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -487,7 +487,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -503,7 +503,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -518,7 +518,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -533,7 +533,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template @@ -548,7 +548,7 @@ namespace boost { template struct is_function : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_function : public true_type {}; template diff --git a/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp b/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp index d88a004..f02693e 100644 --- a/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp +++ b/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp @@ -113,7 +113,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -133,7 +133,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -153,7 +153,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -173,7 +173,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -193,7 +193,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -213,7 +213,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -233,7 +233,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -253,7 +253,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -273,7 +273,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -293,7 +293,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -313,7 +313,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -333,7 +333,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -424,7 +424,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -444,7 +444,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -464,7 +464,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -484,7 +484,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -504,7 +504,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -524,7 +524,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -544,7 +544,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -564,7 +564,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -584,7 +584,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -604,7 +604,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -624,7 +624,7 @@ namespace boost { template struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER @@ -645,7 +645,7 @@ namespace boost { struct is_member_function_pointer : public true_type {}; #endif -#ifndef _M_AMD64 +#ifdef _M_IX86 template struct is_member_function_pointer : public true_type {}; #ifndef __CLR_VER