You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<coroutine> is listed as a freestanding header, however, it includes <compare>, which is not freestanding. Please ensure that <coroutine> is a freestanding header.
Proposed change:
One possible resolution would be to make <compare> a freestanding header by adopting P1855. If that is not possible, <coroutine> could be modified to remove the dependency on <compare>. We do not consider making <coroutine> non-freestanding an acceptable solution.