Artem Belevich 7f2bcd97cf
[CUDA] add wrapper header for libc++'s __utlility/declval.h (#148918)
Since #116709 more libc++ code relies on std::declval() and it broke
some CUDA compilations.

The new wrapper adds GPU-side overloads for the declval() helper
functions which allows it to continue working when used from CUDA
sources.
2025-07-15 13:56:22 -07:00
..
new