Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\cx_error.hpp(24): note: see declaration of 'ndb::cx_error_occured_tpl<Source,Err>'
  2. 1> with
  3. 1> [
  4. 1> Source=ndb::sqlite_query,
  5. 1> Err=ndb::cx_err_type_unknown<ndb::types::int64_>
  6. 1> ]
  7. 1>c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\engine\sqlite\query.hpp(52): note: see reference to class template instantiation 'ndb::cx_error<ndb::sqlite_query<Database>,ndb::cx_err_type_unknown<ndb::types::int64_>>' being compiled
  8. 1> with
  9. 1> [
  10. 1> Database=dbs::navigation
  11. 1> ]
  12. 1>c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\engine\sqlite\query.hpp(60): note: see reference to function template instantiation 'void ndb::sqlite_query<Database>::bind_value<T>(const T &)' being compiled
  13. 1> with
  14. 1> [
  15. 1> Database=dbs::navigation,
  16. 1> T=int
  17. 1> ]
  18. 1>c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\engine\sqlite\query.hpp(60): note: see reference to function template instantiation 'void ndb::sqlite_query<Database>::bind_value<T>(const T &)' being compiled
  19. 1> with
  20. 1> [
  21. 1> Database=dbs::navigation,
  22. 1> T=int
  23. 1> ]
  24. 1>c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\engine\sqlite\sqlite.tpp(32): note: see reference to function template instantiation 'void ndb::sqlite_query<Database>::bind<T>(const T &)' being compiled
  25. 1> with
  26. 1> [
  27. 1> Database=dbs::navigation,
  28. 1> T=int
  29. 1> ]
  30. 1>c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\engine\sqlite\sqlite.tpp(31): note: see reference to function template instantiation 'void ndb::sqlite_query<Database>::bind<T>(const T &)' being compiled
  31. 1> with
  32. 1> [
  33. 1> Database=dbs::navigation,
  34. 1> T=int
  35. 1> ]
  36. 1>c:\users\victo\documents\cpp\clion\sielo-browser\third-party\ndb\include\ndb\expression\function.hpp(72): note: see reference to class template instantiation 'ndb::expression<int,ndb::expr_type_code::value,void,ndb::expr_clause_code::none>' being compiled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement