Inline the lower_bound and upper_bound callbacks in sorted_vector_map
Summary: [Folly] Inline the `lower_bound` and `upper_bound` callbacks in `sorted_vector_map`. Avoids unnecessary use of legacy `boost::bind`, and allows the compiler to avoid the indirection it introduces. This way, we use templates instead of vtables. Reviewed By: Orvid Differential Revision: D3545939 fbshipit-source-id: 277e9e4862beb71e99b94a62308783771071d2bc
Showing
Please register or sign in to comment