Skip to content

Commit

Permalink
[oneDPL] class oneapi::dpl::__internal::__compare -> struct
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy committed Jun 12, 2024
1 parent e1bb26f commit ecd747c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/oneapi/dpl/pstl/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ class __pstl_assign
};

template <typename _Comp, typename _Proj>
class __compare
struct __compare
{
_Comp __comp;
_Proj __proj;

public:
template <typename _Xp, typename _Yp>
bool
operator()(_Xp&& __x, _Yp&& __y)
Expand Down

0 comments on commit ecd747c

Please sign in to comment.