Skip to content

Commit

Permalink
[oneDPL] a hot fix for 'permutation_view_simple' pseudo range (uxlfou…
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy authored Mar 16, 2023
1 parent 6df9079 commit db215d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/utils_ranges.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ struct transform_view_simple

template <typename _Map>
auto
test_map_view(int) -> decltype(::std::declval<_Map>().begin(), ::std::true_type{});
test_map_view(int) -> decltype(::std::declval<_Map>()[0], ::std::true_type{});

template <typename _Map>
auto
Expand Down

0 comments on commit db215d4

Please sign in to comment.