]> git.ipfire.org Git - people/ms/gcc.git/commit
libstdc++: Add const to hash<coroutine_handle<P>>::operator() [PR109165]
authorJonathan Wakely <jwakely@redhat.com>
Fri, 17 Mar 2023 11:39:55 +0000 (11:39 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 20 Mar 2023 09:36:44 +0000 (09:36 +0000)
commit2a9e6f58c4d9d63dde6c4d53d10f686bf71fb435
tree18afee07d57b69755528ddde117a597ff3eb15fb
parent9ccf471f8cc7341984f6613247f01d8ecfcb7ad5
libstdc++: Add const to hash<coroutine_handle<P>>::operator() [PR109165]

libstdc++-v3/ChangeLog:

PR libstdc++/109165
* include/std/coroutine (hash<>::operator()): Add const.
* testsuite/18_support/coroutines/hash.cc: New test.
libstdc++-v3/include/std/coroutine
libstdc++-v3/testsuite/18_support/coroutines/hash.cc [new file with mode: 0644]