]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Make coroutine_handle<_Promise>::from_address() noexcept [PR 99021]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 9 Feb 2021 11:23:29 +0000 (11:23 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 9 Feb 2021 12:34:56 +0000 (12:34 +0000)
commitfa183497cf25b604f5b76bc16766f30f5ec7e05b
tree67658c7839b099b4fbed5416e63752912048e791
parente916d7381f9fcb30c0c05a5522e30920176a3804
libstdc++: Make coroutine_handle<_Promise>::from_address() noexcept [PR 99021]

The coroutine_handle<void>::from_address(void*) version is already
noexcept, and they do the same thing. Make them consistent.

libstdc++-v3/ChangeLog:

PR libstdc++/99021
* include/std/coroutine (coroutine_handle<P>::from_address): Add
noexcept.

(cherry picked from commit 26a3f288f1895a8c061c0458590542a3d2ee796a)
libstdc++-v3/include/std/coroutine
This page took 0.056817 seconds and 5 git commands to generate.