Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 10 May 2022 10:33:56 +0000 (11:33 +0100)
committerRoger Shimizu <rosh@debian.org>
Tue, 10 May 2022 10:33:56 +0000 (11:33 +0100)
commit44537a3cd7331447dea636c2ca015fe48bd963d2
tree4bf5ee3cc3f95d81af53284efa66ff9957db77b8
parentbee52b24d9a99fa04f7ec1ecfbc05a2aaa00eb4b
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: Name atomic-exception-specification.patch
runtime/gc_root.h
runtime/mirror/dex_cache.h
runtime/mirror/object_reference.h