Workaround MSVC 2019.8 bug with ranges::enable_view by including the definition
Summary: Owing to a set of bugs, it is not currently possible to actually declare ranges::enable_view without actually defining it, so we have to include the actual definition when we're in compilation units with it available. If the definition is not available, then the `const` form is sufficient to keep things compiling. Reviewed By: yfeldblum Differential Revision: D26337214 fbshipit-source-id: fb042b62967e3e6f536e8268e1b6dd6ccd20b810
Showing
Please register or sign in to comment