tell the range-v3 library that folly::Range satisfies the view concept
Summary: Upstream range-v3 has changed in accordance with C++20's standard ranges such that view types now need to explicitly opt-in to the `view` concept. This diff adds the hook needed so that the latest version of the range library will recognize `folly::Range` as a view. Reviewed By: yfeldblum Differential Revision: D20569727 fbshipit-source-id: 2f8bca017b2f8036b02568997a0b7c76d9c41646
Showing
Please register or sign in to comment