Skip to content

Improve error messages for inline callbacks

Arndt, Daniel requested to merge github/fork/dalg24/callback_header into master

Created by: dalg24

Fix #269 (closed)

A lot of things going on in this PR

  • Renamed ArborX_Traits.hpp -> ArborX_AccessTraits.hpp
  • Moved default callbacks to a new <ArborX_Callbacks.hpp> header
  • Defined helper functions Details::check_valid_access_traits() and Details::check_valid_callback() for diagnostic at compile time
  • Added dedicated compile-only unit tests for access traits and callbacks
  • Added new access traits example on the host

Merge request reports