Skip to content
Failed

Changes

Summary

  1. Add missing header for CUDA clang workaround (details)
  2. Fix unused variable warning due to use of wrong Boost assertion macro (details)
Commit 27c8bf4f7899d1751b83d4f478acec7389f2c864 by Andrey Prokopenko
Add missing header for CUDA clang workaround
The file was modified test/tstIndexableGetter.cpp (diff)
Commit 1481f5f98011387498fa21ae144b0fd5758e966b by Damien L-G
Fix unused variable warning due to use of wrong Boost assertion macro

```
<ArborX>/test/tstIndexableGetter.cpp:99:15: warning: unused variable 'scene_bounding_box' [-Wunused-variable]
  ArborX::Box scene_bounding_box = ArborX::Box{{-1, -1, -1}, {1, 1, 1}};
              ^
1 warning generated.
```
The file was modified test/tstIndexableGetter.cpp (diff)