Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
1,432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.67 KB | None | 0 0
  1. --- /usr/include/boost/type_traits/detail/has_binary_operator.hpp   2018-07-04 12:20:14.687475843 +0200
  2. +++ /tmp/has_binary_operator.hpp    2018-07-04 12:23:58.763291879 +0200
  3. @@ -47,9 +47,7 @@
  4.  namespace detail {
  5.  
  6.  // This namespace ensures that argument-dependent name lookup does not mess things up.
  7. -#ifndef Q_MOC_RUN
  8.  namespace BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl) {
  9. -//namespace BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl) {
  10.  
  11.  // 1. a function to have an instance of type T without requiring T to be default
  12.  // constructible
  13. @@ -217,7 +215,6 @@
  14.  };
  15.  
  16.  } // namespace impl
  17. -#endif
  18.  } // namespace detail
  19.  
  20.  // this is the accessible definition of the trait to end user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement