diff options
author | dfyz <dfyz@yandex-team.com> | 2022-10-29 16:03:13 +0300 |
---|---|---|
committer | dfyz <dfyz@yandex-team.com> | 2022-10-29 16:03:13 +0300 |
commit | 8985a698521744e4065500f5945d44ca52f797a9 (patch) | |
tree | ff7d781a5f3109e28ba658bb2a81f163cbd64dcc /library/cpp/openssl/holders | |
parent | 45b67d57b5cf073f8d2fa3350ff8f1156ff18e9a (diff) | |
download | ydb-8985a698521744e4065500f5945d44ca52f797a9.tar.gz |
Remove a workaround for ancient CUDA versions
`#define noexcept throw()` is a questionable idea, since replacing `noexcept` with `throw()` in expressions such as `noexcept(true)` results in spectacular compiler errors. We stopped supporting CUDA 8 (and even CUDA 9) long ago, which means we can just get rid of the problematic define.
Diffstat (limited to 'library/cpp/openssl/holders')
0 files changed, 0 insertions, 0 deletions