Skip to content
Failed

Changes

Summary

  1. Companion to 0fdfa87 (details)
  2. Add test with temporary access traits and indexables (details)
Commit 5b9608d10765bab9319ca5bae7c8c8eed3965c48 by Andrey Prokopenko
Companion to 0fdfa87

In 0fdfa87, we addressed the temporaries issues when passing around
PairIndexObject. What we didn't realize at the time, that similar issues
could have been present in the geometries part too.

This was shown to break behavior of the FDBSCAN-DenseBox when called
with primitives assembled on the fly using AccessTraits. In that case,
the scene bounding box was completely wrong, resulting in random
asserts.
The file was modified src/details/ArborX_IndexableGetter.hpp (diff)
Commit e21c55a4d0a8078cf30a67e5b5d22514e8bd27ac by Andrey Prokopenko
Add test with temporary access traits and indexables
The file was addedtest/tstIndexableGetter.cpp
The file was modified test/CMakeLists.txt (diff)