work around LLVM#30305 in folly::Expected, use unified initialization syntax for extra goodness
Summary: The behavior of inheriting constructors changed in clang 3.9 (see https://llvm.org/bugs/show_bug.cgi?id=30305), and folly::Expected needs to change accordingly. As a drive-by improvement, change all invocations of default constructors to use unified initialization syntax. Reviewed By: igorsugak Differential Revision: D3872994 fbshipit-source-id: fdaea8b35980df21b8522e2c3d5a8c3be1d84efa
Showing
Please register or sign in to comment