[libcxx-commits] [PATCH] D76150: Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.
Dimitry Andric via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 13 11:50:08 PDT 2020
dim added a comment.
Note: one thing that I am unsure about is the `_NOEXCEPT` after some of the copy constructors. I only applied those to classes that have other `_NOEXCEPT` constructors, but copying may involve other things that could throw.
Maybe it is safer to not use `_NOEXCEPT` at all for all of them, instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76150/new/
https://reviews.llvm.org/D76150
More information about the libcxx-commits
mailing list