Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /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)’
- 534 | static util::in_out_result<InIter, FwdIter2> sequential(
- | ^~~~~~~~~~
- /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)’
- 487 | static util::in_out_result<InIter, FwdIter2> sequential(
- | ^~~~~~~~~~
- In file included from /home/johan511/perf/uninit/src/main.cpp:11:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement