Skip to content
Not built

Changes

Summary

  1. Fix a bug where predicate helper functions needed memory_space type in the type (details)
  2. Update predicate helpers test to use a placeholder without a memory space (details)
Commit 5618156d7ca4f90a7c6e48e3ec31ca1e693fd8ab by Andrey Prokopenko
Fix a bug where predicate helper functions needed memory_space type in the type

Predicate helpers were using `UserPrimitives::memory_space` inside
`AccessTraits` specializations instead of getting it through
corresponding traits. This meant that even if the corresponding
`AccessTraits` was written correctly, it did not work
The file was modifiedsrc/spatial/detail/ArborX_PredicateHelpers.hpp (diff)
Commit 4340f8ff51ecf5640409ec3076a15e84a127b159 by Andrey Prokopenko
Update predicate helpers test to use a placeholder without a memory space
The file was modifiedtest/tstPredicateHelpers.cpp (diff)