Skip to content
Failed

Changes

Summary

  1. Work around spurious "missing return statement" warnings for NVCC and Intel compilers (#1102) (commit: 0bc3cab) (details)
Commit 0bc3cab4736c76f8e3b043c7a50a6cde1fc145e8 by noreply
Work around spurious "missing return statement" warnings for NVCC and Intel compilers (#1102)

Work around spurious "missing return statement" warning

NVCC < 11.5 and classic Intel < 2021.07 produce spurious warning about
missing return statement in `else` branch of the `if constexpr`. This
works around it.

Co-authored-by: Jared Crean <jccrean@sandia.gov>
(commit: 0bc3cab)
The file was modified src/details/ArborX_DetailsLegacy.hpp (diff)