Skip to content
Not built

Changes

Summary

  1. Add Details::Vector (details)
  2. Update codebase to use new Vector (details)
  3. Migrate Vector tests from tstRay to a new file (details)
  4. Change deduction guide for Vector (details)
The file was addedsrc/details/ArborX_DetailsVector.hpp
Commit 7770d938f5f4030231813625437482b82db5bb96 by Andrey Prokopenko
Update codebase to use new Vector
The file was modified examples/raytracing/example_raytracing.cpp (diff)
The file was modified src/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modified test/tstQueryTreeRay.cpp (diff)
The file was modified src/geometry/ArborX_Ray.hpp (diff)
The file was modified test/tstRay.cpp (diff)
Commit ed0119cc2aba26840adc66469afe22013bbf3bbd by Andrey Prokopenko
Migrate Vector tests from tstRay to a new file
The file was modified test/CMakeLists.txt (diff)
The file was addedtest/tstDetailsVector.cpp
The file was modified test/tstRay.cpp (diff)
Commit 09b1977ef45c51d040273d1c54672c51fe622802 by Andrey Prokopenko
Change deduction guide for Vector
The file was modified src/details/ArborX_DetailsVector.hpp (diff)
The file was modified test/tstDetailsVector.cpp (diff)