Mark exception_wrapper constructor as noexcept
Summary: Constructing an `exception_wrapper` from an `std::exception_ptr` and a reference to an exception could never throw an exception, but was not marked `noexcept`. So annotate it. Reviewed By: yfeldblum, lewissbaker Differential Revision: D9351489 fbshipit-source-id: 858299330b376360fc6420b6c901ab846d577854
Showing
Please register or sign in to comment