Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 31 Jan 2023 07:58:29 +0000 (07:58 +0000)
committerRoger Shimizu <rosh@debian.org>
Tue, 31 Jan 2023 07:58:29 +0000 (07:58 +0000)
commit1bf4572b3fb3b5fb131e314d5ec78b5a2d474c9d
tree4d3ccf3e2d156ff2e2921092e0bb01f3f9155f80
parentda8e563fc656b6136ab912965a8195d5d387e4ba
Conforms with the exception specification of `std::atomic`

Forwarded: not-needed

All constructors of `std::atomic` require `noexcept`. As a result, its members
must also be able to instantiate without any exception throwing.

Gbp-Pq: Topic art
Gbp-Pq: Name atomic-exception-specification.patch
art/runtime/gc_root.h
art/runtime/mirror/dex_cache.h
art/runtime/mirror/object_reference.h