Guest User

Untitled

a guest
Jul 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. In file included from /usr/include/c++/4.2.1/vector:66:
  2. In file included from /usr/include/c++/4.2.1/bits/allocator.h:53:
  3. In file included from /usr/include/c++/4.2.1/i686-apple-darwin10/bits/c++allocator.h:39:
  4. In file included from /usr/include/c++/4.2.1/ext/new_allocator.h:37:
  5. /usr/include/c++/4.2.1/new:95:7: error: exception specification in declaration does not match previous
  6. declaration
  7. void* operator new(std::size_t) throw (std::bad_alloc);
  8. ^
  9. note: previous declaration is here
  10. /usr/include/c++/4.2.1/new:96:7: error: exception specification in declaration does not match previous
  11. declaration
  12. void* operator new[](std::size_t) throw (std::bad_alloc);
  13. ^
  14. note: previous declaration is here
  15. /usr/include/c++/4.2.1/new:97:6: error: exception specification in declaration does not match previous
  16. declaration
  17. void operator delete(void*) throw();
  18. ^
  19. note: previous declaration is here
  20. /usr/include/c++/4.2.1/new:98:6: error: exception specification in declaration does not match previous
  21. declaration
  22. void operator delete[](void*) throw();
  23. ^
  24. note: previous declaration is here
Add Comment
Please, Sign In to add comment