Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akukanov committed Feb 6, 2025
1 parent 13b81f6 commit edd34be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/parallel_backend_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ struct __enumerable_thread_local_storage_base
// and incrementing of the size.
// TODO: Consider replacing this access with a visitor pattern.
_ValueType&
get_with_id(std::size_t __i) const
get_with_id(std::size_t __i)
{
assert(__i < size());

Expand Down

0 comments on commit edd34be

Please sign in to comment.