Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix availability of
is_constant_evaluated
on old MSVC (NVIDIA#1180)
@ptheywood found that there is an unfortunate incompatability of MSVC2019 which does support `__builtin_is_constant_evaluated` from 19.24 onwards and old nvcc below 11.3 which does not. Fix this by hardening the condition we use to detect availability Fixes NVIDIA#1179
- Loading branch information