Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. :
  3. ./common/pretty.h:59:11: required from ‘PrettyOStream<S>& operator<<(PrettyOStream<S>&, const T&) [with S = std::__cxx11::basic_ostringstream<char>; T = Xapian::KeyMaker]’
  4. ./common/pretty.h:87:15: required from ‘PrettyOStream<S>& operator<<(PrettyOStream<S>&, const T*) [with S = std::__cxx11::basic_ostringstream<char>; T = Xapian::KeyMaker]’
  5. api/registry.cc:448:5: required from here
  6. /usr/include/c++/8/ostream:682:5: error: no type named ‘type’ in ‘struct std::enable_if<false, std::basic_ostream<char>&>’
  7. make[2]: *** [Makefile:3259: api/registry.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement