Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 19 Jul 2022 11:20:55 +0000 (12:20 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Jul 2022 11:20:55 +0000 (12:20 +0100)
commit64ef5bc1ba03f38bb52ff9ed3578d30373888a5e
tree4304e3817f66f4a9a934c5681455cface7df4f2f
parent30abd16ae1b22dfeb7e0cdd3283a336374951125
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