Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)
commit586abeb6bf4f96de7da1f131a60c709590f66677
tree265eef5d54b8d7bd99f6cb3e02a70f83443c8d71
parent63135ad322977144a7d6b04e13d78c2b808a6bb6
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