Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 22 Mar 2022 22:50:07 +0000 (22:50 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 22 Mar 2022 22:50:07 +0000 (22:50 +0000)
commit2c60c98fc76938abc96c395c8e476d78c7b905d4
tree128e9946390572af7654becde14b0a2ed84d2cb7
parent2ad15df18361cbecb05813f7b89704544e1fa1ee
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