Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. ¬ make CXX=g++ CXXFLAGS="-std=c++1z -Wall"
  2. CXX src/umv.cpp build/umv.o
  3. In file included from src/wm/../utils/xcb_wrap.hpp:29:0,
  4. from src/wm/tools.hpp:34,
  5. from src/uwm.hpp:25,
  6. from src/umv.cpp:25:
  7. src/wm/../utils/../wm/connection.hpp:67:33: error: enclosing class of constexpr non-static member function ‘xcb_connection_t* uwm::connection::get() const’ is not a literal type
  8. constexpr xcb_connection_t* get() const
  9. ^~~
  10. src/wm/../utils/../wm/connection.hpp:41:8: note: ‘uwm::connection’ is not literal because:
  11. struct connection
  12. ^~~~~~~~~~
  13. src/wm/../utils/../wm/connection.hpp:41:8: note: ‘uwm::connection’ has a non-trivial destructor
  14. src/wm/../utils/../wm/connection.hpp:73:33: error: enclosing class of constexpr non-static member function ‘xcb_connection_t* uwm::connection::operator&() const’ is not a literal type
  15. constexpr xcb_connection_t* operator&() const noexcept
  16. ^~~~~~~~
  17. src/wm/../utils/../wm/connection.hpp:76:15: error: enclosing class of constexpr non-static member function ‘uwm::connection::operator bool() const’ is not a literal type
  18. constexpr operator bool() const noexcept
  19. ^~~~~~~~
  20. make: *** [Makefile:39: build/umv.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement