]> git.pld-linux.org Git - packages/boost.git/blobdiff - boost-1.54.0-mpl-print.patch
- x32 rebuild
[packages/boost.git] / boost-1.54.0-mpl-print.patch
index 6c27b148f8052581eecdc30a6566ec154ea74b1a..cbd1493fab8a995f411965cd6aa531465603490a 100644 (file)
@@ -2,18 +2,26 @@ Index: boost/mpl/print.hpp
 ===================================================================
 --- boost/mpl/print.hpp        (revision 83411)
 +++ boost/mpl/print.hpp        (working copy)
-@@ -45,22 +45,21 @@
+@@ -44,7 +44,7 @@
      : mpl::identity<T>
  #if defined(__MWERKS__)
      , aux::print_base
 -#endif 
 +#endif
  {
- #if defined(BOOST_MSVC)
+ #if defined(__clang__)
+     const int m_x = 1 / (sizeof(T) - sizeof(T));
+@@ -52,15 +52,14 @@
      enum { n = sizeof(T) + -1 };
  #elif defined(__MWERKS__)
      void f(int);
--#else 
++#elif defined(__EDG_VERSION__)
++    enum { n = aux::dependent_unsigned<T>::value > -1 };
++#elif defined(BOOST_GCC)
++    enum { n1 };
++    enum { n2 };
++    enum { n = n1 != n2 };
+ #else 
 -    enum {
 -        n =
 -# if defined(__EDG_VERSION__)
@@ -22,16 +30,7 @@ Index: boost/mpl/print.hpp
 -           sizeof(T) > -1
 -# endif 
 -        };
--#endif 
-+#elif defined(__EDG_VERSION__)
-+    enum { n = aux::dependent_unsigned<T>::value > -1 };
-+#elif defined(BOOST_GCC)
-+    enum { n1 };
-+    enum { n2 };
-+    enum { n = n1 != n2 };
-+#else
 +    enum { n = sizeof(T) > -1 };
-+#endif
+ #endif 
  };
  
- #if defined(BOOST_MSVC)
This page took 0.149422 seconds and 4 git commands to generate.