Advertisement
Guest User

Untitled

a guest
Jun 4th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. /home/johan511/hpx/libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp:534:58: error: ‘template<class IterPair> template<class ExPolicy, class InIter, class FwdIter2, class> static hpx::parallel::util::in_out_result<InIter, OutIter> hpx::parallel::detail::uninitialized_copy_n<IterPair>::sequential(ExPolicy, InIter, std::size_t, FwdIter2)’ cannot be overloaded with ‘template<class IterPair> template<class ExPolicy, class InIter, class FwdIter2, class> static hpx::parallel::util::in_out_result<InIter, OutIter> hpx::parallel::detail::uninitialized_copy_n<IterPair>::sequential(ExPolicy, InIter, std::size_t, FwdIter2)’
  2. 534 | static util::in_out_result<InIter, FwdIter2> sequential(
  3. | ^~~~~~~~~~
  4. /home/johan511/hpx/libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp:487:58: note: previous declaration ‘template<class IterPair> template<class ExPolicy, class InIter, class FwdIter2, class> static hpx::parallel::util::in_out_result<InIter, OutIter> hpx::parallel::detail::uninitialized_copy_n<IterPair>::sequential(ExPolicy, InIter, std::size_t, FwdIter2)’
  5. 487 | static util::in_out_result<InIter, FwdIter2> sequential(
  6. | ^~~~~~~~~~
  7. In file included from /home/johan511/perf/uninit/src/main.cpp:11:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement