aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/holders
diff options
context:
space:
mode:
authordfyz <dfyz@yandex-team.com>2022-10-29 16:03:13 +0300
committerdfyz <dfyz@yandex-team.com>2022-10-29 16:03:13 +0300
commit8985a698521744e4065500f5945d44ca52f797a9 (patch)
treeff7d781a5f3109e28ba658bb2a81f163cbd64dcc /library/cpp/openssl/holders
parent45b67d57b5cf073f8d2fa3350ff8f1156ff18e9a (diff)
downloadydb-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