Handle less_than_impl and greater_than_impl under MSVC
Summary: MSVC chokes on the template constraints of these functions, so use a single implementation that will be const-folded by the optimizer instead. Closes https://github.com/facebook/folly/pull/281 Reviewed By: @yfeldblum Differential Revision: D2419069 fb-gh-sync-id: c9ad3d135430f8265bbc90391b45d9295d6de362
Showing
Please register or sign in to comment