Adding 'compound assignment union operator' for folly::WriteFlags enum class
Summary: There is "operator|()" defined for folly::WriteFlags enum class, but no "operator=|()". Because of that adding a new flag to an existing set of flags looks awkward. Adding the missing operator. Reviewed By: yfeldblum Differential Revision: D4421892 fbshipit-source-id: a053a8cc5b1d07579c233d19029a9801b8188413
Showing
Please register or sign in to comment