NVIDIA / libcudacxx

[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl

Home Page:https://nvidia.github.io/libcudacxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use features requiring RTTI and exceptions?

mzient opened this issue · comments

The file include/cuda/std/detail/__config unconditionally disables multiple features, including RTTI and exceptions. If this header is pulled in, the subsequently included headers will have these features disabled.

Moving to backlog as #158 will include this change.

@mzient Please let me know if you have any issues with exception/RTTI support on any specific compilers.

Moving to a discussion as this is not precisely a feature request.