Skip to content

Commit

Permalink
out_type -> type_dst
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 3, 2023
1 parent ea3417d commit 079ef30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ namespace hpx::traits {
iterators_are_contiguous_v<Source, Dest> && memcpy_legal;

constexpr static bool can_move_construct_nothrow =
std::is_nothrow_constructible_v<out_type,
std::add_rvalue_reference_t<in_type>>;
std::is_nothrow_constructible_v<type_src,
std::add_rvalue_reference_t<type_dst>>;

using type = std::conditional_t<is_buffer_memcpyable,
trivially_relocatable_pointer_tag,
Expand Down

0 comments on commit 079ef30

Please sign in to comment.