m4n71k0r

Untitled

Oct 2nd, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.41 KB | None | 0 0
  1. ! ${BOOST_PATH}/boost/config/compiler/clang.hpp:23
  2.  
  3. -#if defined(__int64)
  4. +#if defined(__int64) && !defined(__GNUC__)
  5.  
  6. ! ===============================================================================================
  7.  
  8. ! ${MINGW_PATH}/lib/gcc/mingw32/${GCC_VERSION}/include/c++/ext/concurrence.h:273
  9.  
  10. -static typename __enable_if<sizeof(&_Rm::sema), void>::__type
  11. +static typename __enable_if<(bool)sizeof(&_Rm::sema), void>::__type
  12.  
  13. ! ===============================================================================================
  14.  
  15. ! ${MINGW_PATH}/lib/gcc/mingw32/${GCC_VERSION}/include/c++/ext/concurrence.h:282
  16.  
  17. -static typename __enable_if<sizeof(&_Rm::actual), void>::__type
  18. +static typename __enable_if<(bool)sizeof(&_Rm::actual), void>::__type
  19.  
  20. ! ===============================================================================================
  21.  
  22. ! ${MINGW_PATH}/lib/gcc/mingw32/${GCC_VERSION}/include/c++/type_traits:255
  23.  
  24. -#if !defined(__STRICT_ANSI__) && defined(_GLIBCXX_USE_FLOAT128)
  25. +#if !defined(__STRICT_ANSI__) && defined(_GLIBCXX_USE_FLOAT128) && !defined(__clang__)
  26.  
  27. ! ===============================================================================================
  28.  
  29. ! ${MINGW_PATH}/lib/gcc/mingw32/${GCC_VERSION}/include/c++/type_traits:1749
  30.  
  31. -{ typedef decltype(true ? declval<_Tp>() : declval<_Up>()) type; };
  32. +{ typedef typename decay<decltype(true ? declval<_Tp>() : declval<_Up>())>::type type; };
Advertisement
Add Comment
Please, Sign In to add comment