Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. ../hiberlite/include/shared_res.h:24:45: note: in C++11 destructors default to noexcept
  2. In file included from ../hiberlite/include/hiberlite.h:20:0,
  3. from F6.cpp:6:
  4. ../hiberlite/include/Visitor.h: In instantiation of ‘static void hiberlite::access::hibernate(A&, C&) [with A = hiberlite::AVisitor<hiberlite::UpdateBean>; C = const char*]’:
  5. ../hiberlite/include/Visitor.h:31:19: required from ‘void hiberlite::hibernate(A&, C&, long unsigned int) [with A = hiberlite::AVisitor<hiberlite::UpdateBean>; C = const char*]’
  6. ../hiberlite/include/Visitor_tmpl_impl.hpp:62:11: required from ‘void hiberlite::AVisitor<C>::walk(Y&) [with Y = const char*; C = hiberlite::UpdateBean]’
  7. ../hiberlite/include/Visitor_tmpl_impl.hpp:69:3: required from ‘hiberlite::AVisitor<C>& hiberlite::AVisitor<C>::operator&(hiberlite::sql_nvp<X>) [with X = const char*; C = hiberlite::UpdateBean]’
  8. F6.cpp:15:12: required from ‘void Notification::hibernate(Archive&) [with Archive = hiberlite::AVisitor<hiberlite::UpdateBean>]’
  9. ../hiberlite/include/Visitor.h:12:3: required from ‘static void hiberlite::access::hibernate(A&, C&) [with A = hiberlite::AVisitor<hiberlite::UpdateBean>; C = Notification]’
  10. ../hiberlite/include/Visitor.h:31:19: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
  11. ../hiberlite/include/Visitor_tmpl_impl.hpp:55:3: required from ‘void hiberlite::AVisitor<C>::startWalk(Y&, hiberlite::bean_key) [with Y = Notification; C = hiberlite::UpdateBean]’
  12. ../hiberlite/include/BeanUpdater_impl.hpp:52:2: required from ‘void hiberlite::BeanUpdater::update(hiberlite::bean_key, C&) [with C = Notification]’
  13. ../hiberlite/include/Database_tmpl_impl.hpp:41:3: required from ‘static void hiberlite::Database::dbUpdate(hiberlite::bean_key, C&) [with C = Notification]’
  14. ../hiberlite/include/Database_tmpl_impl.hpp:71:10: required from ‘hiberlite::bean_ptr<C> hiberlite::Database::manageBean(C*) [with C = Notification]’
  15. ../hiberlite/include/Database_tmpl_impl.hpp:63:22: required from ‘hiberlite::bean_ptr<C> hiberlite::Database::copyBean(const C&) [with C = Notification]’
  16. F6.cpp:46:47: required from here
  17. ../hiberlite/include/Visitor.h:12:5: error: request for member ‘hibernate’ in ‘c’, which is of non-class type ‘const char*’
  18. c.hibernate(a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement