Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:3:0:
  2. /home/shakmar/workspaces/install/s-torrent/src/events/connection_receiver.h:25:21: error: looser throw specifier for 'virtual events::Connection_receiver::~Connection_receiver()'
  3. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/connection_receiver.h:6:0,
  4. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:3:
  5. /home/shakmar/workspaces/install/s-torrent/src/events/receiver.h:33:25: error: overriding 'events::Receiver<Event_type>::~Receiver() noexcept (true) [with Event_type = std::shared_ptr<events::Event>]'
  6. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/events.h:5:0,
  7. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:5:
  8. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/connection_closed_event.h:19:21: error: looser throw specifier for 'virtual events::Connection_closed_event::~Connection_closed_event()'
  9. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/connection_receiver.h:5:0,
  10. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:3:
  11. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/event.h:15:21: error: overriding 'virtual events::Event::~Event() noexcept (true)'
  12. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/events.h:6:0,
  13. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:5:
  14. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/read_line_event.h:22:21: error: looser throw specifier for 'virtual events::Read_line_event::~Read_line_event()'
  15. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/connection_receiver.h:5:0,
  16. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:3:
  17. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/event.h:15:21: error: overriding 'virtual events::Event::~Event() noexcept (true)'
  18. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/events.h:7:0,
  19. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:5:
  20. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/send_message_event.h:22:21: error: looser throw specifier for 'virtual events::Send_message_event::~Send_message_event()'
  21. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/connection_receiver.h:5:0,
  22. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:3:
  23. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/event.h:15:21: error: overriding 'virtual events::Event::~Event() noexcept (true)'
  24. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/events.h:8:0,
  25. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:5:
  26. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/connection_accepted_event.h:25:21: error: looser throw specifier for 'virtual events::Connection_accepted_event::~Connection_accepted_event()'
  27. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/connection_receiver.h:5:0,
  28. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:3:
  29. /home/shakmar/workspaces/install/s-torrent/src/events/event_types/event.h:15:21: error: overriding 'virtual events::Event::~Event() noexcept (true)'
  30. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/filter_node.hpp:30:0,
  31. from /home/shakmar/workspaces/install/s-torrent/src/events/hub.h:8,
  32. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:4:
  33. /home/shakmar/workspaces/install/s-torrent/src/events/broadcaster.hpp: In instantiation of 'class events::Broadcaster<std::shared_ptr<events::Event> >':
  34. /home/shakmar/workspaces/install/s-torrent/src/events/filter_node.hpp:48:44: required from 'class events::Filter_node<std::shared_ptr<events::Event> >'
  35. /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:29:53: required from here
  36. /home/shakmar/workspaces/install/s-torrent/src/events/broadcaster.hpp:46:25: error: looser throw specifier for 'events::Broadcaster<Event_type>::~Broadcaster() [with Event_type = std::shared_ptr<events::Event>]'
  37. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/filter_node.hpp:29:0,
  38. from /home/shakmar/workspaces/install/s-torrent/src/events/hub.h:8,
  39. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:4:
  40. /home/shakmar/workspaces/install/s-torrent/src/events/subscribable.h:37:25: error: overriding 'events::Subscribable<Event_type>::~Subscribable() noexcept (true) [with Event_type = std::shared_ptr<events::Event>]'
  41. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/hub.h:8:0,
  42. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:4:
  43. /home/shakmar/workspaces/install/s-torrent/src/events/filter_node.hpp: In instantiation of 'class events::Filter_node<std::shared_ptr<events::Event> >':
  44. /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:29:53: required from here
  45. /home/shakmar/workspaces/install/s-torrent/src/events/filter_node.hpp:44:25: error: looser throw specifier for 'events::Filter_node<Event_type>::~Filter_node() [with Event_type = std::shared_ptr<events::Event>]'
  46. In file included from /home/shakmar/workspaces/install/s-torrent/src/events/filter_node.hpp:29:0,
  47. from /home/shakmar/workspaces/install/s-torrent/src/events/hub.h:8,
  48. from /home/shakmar/workspaces/install/s-torrent/src/events/acceptor.cpp:4:
  49. /home/shakmar/workspaces/install/s-torrent/src/events/subscribable.h:37:25: error: overriding 'events::Subscribable<Event_type>::~Subscribable() noexcept (true) [with Event_type = std::shared_ptr<events::Event>]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement