]> gcc.gnu.org Git - 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>
Fri, 17 Mar 2023 20:34:52 +0000 (20:34 +0000)
commitc48be8298c27143c1a684c0cb9689c88d16f4b49
tree8cd28db54f05f371d036e20118087ea01232cc24
parentae7190e345a8d80310835cb83b3b41ef2aeb0d37
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]
This page took 0.058525 seconds and 5 git commands to generate.