Remove unnecessary noexcept declaration on TaskPromise::await_transform()
Summary: Declaring this method noexcept was incorrect and could unnecessarily lead to program termination if one of the calls threw an exception. Reviewed By: yfeldblum Differential Revision: D21187354 fbshipit-source-id: 109a33d52659cdf42e5ced9e18be41ae4c3daf85
Showing
Please register or sign in to comment