Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. In file included from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/applier/apply.hpp:16:0,
  2. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/actions/continuation_impl.hpp:10,
  3. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/actions/make_continuation.hpp:12,
  4. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/include/actions.hpp:15,
  5. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/include/lcos.hpp:11,
  6. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/hpx.hpp:10,
  7. from main.cpp:2:
  8. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/components/client_base.hpp: In instantiation of ‘static void hpx::components::client_base<Derived, Stub>::register_as_helper(Derived&&, const string&) [with Derived = hpx::lcos::channel<double>; Stub = hpx::lcos::server::channel<double, double>; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
  9. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/components/client_base.hpp:554:32: required from ‘hpx::lcos::future<void> hpx::components::client_base<Derived, Stub>::register_as(const string&, bool) [with Derived = hpx::lcos::channel<double>; Stub = hpx::lcos::server::channel<double, double>; std::__cxx11::string = std::__cxx11::basic_string<char>]’
  10. main.cpp:8:36: required from here
  11. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/components/client_base.hpp:532:37: error: no matching function for call to ‘register_name(const hpx::detail::sync_policy&, const string&, hpx::lcos::future<double>)’
  12. hpx::agas::register_name(launch::sync, symbolic_name, f.get());
  13. ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. In file included from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/actions/continuation.hpp:15:0,
  15. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/actions/action_invoke_no_more_than.hpp:12,
  16. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/include/actions.hpp:11,
  17. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/include/lcos.hpp:11,
  18. from /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/hpx.hpp:10,
  19. from main.cpp:2:
  20. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/agas/interface.hpp:37:21: note: candidate: bool hpx::agas::register_name(hpx::launch::sync_policy, const string&, const hpx::naming::gid_type&, hpx::error_code&)
  21. HPX_API_EXPORT bool register_name(
  22. ^~~~~~~~~~~~~
  23. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/agas/interface.hpp:37:21: note: no known conversion for argument 3 from ‘hpx::lcos::future<double>’ to ‘const hpx::naming::gid_type&’
  24. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/agas/interface.hpp:44:21: note: candidate: bool hpx::agas::register_name(hpx::launch::sync_policy, const string&, const hpx::naming::id_type&, hpx::error_code&)
  25. HPX_API_EXPORT bool register_name(
  26. ^~~~~~~~~~~~~
  27. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/agas/interface.hpp:44:21: note: no known conversion for argument 3 from ‘hpx::lcos::future<double>’ to ‘const hpx::naming::id_type&’
  28. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/agas/interface.hpp:73:35: note: candidate: hpx::lcos::future<bool> hpx::agas::register_name(const string&, const hpx::naming::id_type&)
  29. HPX_API_EXPORT lcos::future<bool> register_name(
  30. ^~~~~~~~~~~~~
  31. /home/zbyerly/work/local_install_RelWithDebInfo/include/hpx/runtime/agas/interface.hpp:73:35: note: candidate expects 2 arguments, 3 provided
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement