Make Try's copy/move constructability match inner type
Summary: Before this change Try always reports as copy constructible then fires a static_assert if you try to instantiate that constructor for a non-copy-constructible type, which breaks logic like that inside std::vector::resize. Reviewed By: yfeldblum Differential Revision: D32567774 fbshipit-source-id: 4e3e35a1f823ac9ccb5e2d648015fddccb14cfbf
Showing
Please register or sign in to comment