]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: avoid -Wzero-as-null-pointer-constant
authorJason Merrill <jason@redhat.com>
Tue, 27 Aug 2024 17:15:52 +0000 (13:15 -0400)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 2 Dec 2024 22:41:43 +0000 (22:41 +0000)
commit38569170f88d96288806ab4ad9d9bdb36320bbf0
tree68f16fcb557ff7c4f5c2278e365a53903e4bbbb0
parentf9e34b1aef14d22209bd7b6ed8c58899a0a27b82
libstdc++: avoid -Wzero-as-null-pointer-constant

libstdc++-v3/ChangeLog:

* include/std/coroutine (coroutine_handle): Use nullptr instead of
0 as initializer for _M_fr_ptr.

(cherry picked from commit 28f94bf91a536395347a2da5558f0ddf014e814f)
libstdc++-v3/include/std/coroutine