Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 28 Jul 2022 16:01:55 +0000 (17:01 +0100)
committerRoger Shimizu <rosh@debian.org>
Thu, 28 Jul 2022 16:01:55 +0000 (17:01 +0100)
commit1d8badd6a892ac1cea1a7e455fe418a2ab499a9c
tree92d28b51776c36918c996c93383060e09ef39206
parentc1e5e2d480db4bfebee2fc4ebdfc9638b3eefa97
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