• Joe Richey's avatar
    Added default value for filter's predicate argument · 91343de6
    Joe Richey authored
    Summary: After discussion with Tom about frozen files, we noticed that the use
    case of filtering out somthing that looks like false (0, nullptr, folly::none)
    is unnecessarily tedious. So folly::gen::filter now filters by the value of
    the item by default.
    
    Reviewed By: @ddrcoder
    
    Differential Revision: D2220582
    91343de6
Base-inl.h 59.8 KB