Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

How to use features requiring RTTI and exceptions? #183

Closed
mzient opened this issue Jul 14, 2021 · 3 comments
Closed

How to use features requiring RTTI and exceptions? #183

mzient opened this issue Jul 14, 2021 · 3 comments
Assignees
Labels
bug: functional Does not work as intended. libcu++
Milestone

Comments

@mzient
Copy link
Collaborator

mzient commented Jul 14, 2021

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.

@wmaxey wmaxey self-assigned this Jul 19, 2021
@wmaxey wmaxey added the bug: functional Does not work as intended. label Jul 19, 2021
@wmaxey wmaxey added this to the 1.6.0 milestone Jul 19, 2021
@wmaxey
Copy link
Member

wmaxey commented Jul 20, 2021

Possibly addressed with this branch.

https://github.com/NVIDIA/libcudacxx/tree/feature/rtti_and_exception_exposure

@wmaxey wmaxey modified the milestones: 1.6.0, Backlog Jul 28, 2021
@wmaxey
Copy link
Member

wmaxey commented Jul 28, 2021

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.

@wmaxey
Copy link
Member

wmaxey commented Feb 23, 2023

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

@NVIDIA NVIDIA locked and limited conversation to collaborators Feb 23, 2023
@wmaxey wmaxey converted this issue into a discussion Feb 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug: functional Does not work as intended. libcu++
Projects
Archived in project
Development

No branches or pull requests

3 participants