Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 18, 2023
1 parent d9dfe22 commit b556c02
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ namespace hpx {
template <typename InIter, typename FwdIter>
struct choose_uninitialized_relocate_helper
{
// using in_type = typename std::remove_reference_t<
// decltype(*std::declval<InIter>())>;
// using out_type = typename std::remove_reference_t<
// decltype(*std::declval<FwdIter>())>;

using in_type = typename std::iterator_traits<InIter>::value_type;
using out_type = typename std::iterator_traits<FwdIter>::value_type;

Expand Down

0 comments on commit b556c02

Please sign in to comment.