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

Use escape hook for removal of <ciso646> #312

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Sep 12, 2022

has been removed in C++20, which in the future might break the build against MSVC.

Fortunately, there is an escape hatch that we can use to silence the deprecation warning and buy us some time until we settle on a better solution

<ciso646> has been removed in C++20, which breaks the build against MSVC. Fortunately, there is an escape hatch that we can use to silence the deprecation warning and buy us some time until we settle on a better solution
@wmaxey wmaxey merged commit b837fe3 into NVIDIA:main Sep 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants