[Bug libstdc++/103726] --disable-hosted-libstdcxx (freestanding C++) does not provide <coroutine> as what standard requires

unlvsur at live dot com gcc-bugzilla@gcc.gnu.org
Wed Dec 15 21:10:13 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103726

--- Comment #1 from cqwrteur <unlvsur at live dot com> ---
also here is a weird thing i find.

coroutine_handle has a template specification of std::hash, but std::hash is in
<functional> which is not freestanding.

What should standard library do? Should libstdc++ provide it or not?


More information about the Gcc-bugs mailing list