Replies: 0 comments 3 replies
-
Possibly addressed with this branch. https://github.com/NVIDIA/libcudacxx/tree/feature/rtti_and_exception_exposure |
Beta Was this translation helpful? Give feedback.
0 replies
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving to a discussion as this is not precisely a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.Beta Was this translation helpful? Give feedback.
All reactions