Skip to content

Commit

Permalink
Fix merging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Dec 20, 2024
1 parent 559ce1e commit 64610c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/oneapi/tbb/blocked_range.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,7 @@ class blocked_range {
friend class blocked_range3d;

template<typename DimValue, unsigned int N, typename>
<<<<<<< HEAD
__TBB_requires(blocked_range_value<DimValue>)
friend class blocked_nd_range_impl;
=======
friend class blocked_rangeNd_impl;
>>>>>>> 3fe65dcb (Fix constraits test failure)
};

} // namespace d1
Expand Down

0 comments on commit 64610c6

Please sign in to comment.