[FEA]: Replace remaining `__throw_meow` functions with `_CCCL_THROW(meow, ...)`
Open
libcu++
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
There are still some `__throw_meow` functions left in libcu++ for exceptions that are not always available in C++17. We should agree on how do we want to handle these exceptions and after that replace all remaining `__throw_meow` functions with `_CCCL_THROW(meow, ...)`.
`_CCCL_THROW` gives the use information about what went wrong on the device, `__throw_meow` just terminate, which is not too user friendly.
Contributor guide
Assessment
This issue has not been assessed yet.