add StrictlyOrderable interface
Summary: I would like to store a folly::Poly I'm defining in an ordered container (boost::containers::flat_set). While I could implement operator< for exactly my type, it seems nicer to add it as another interface all Poly users can reuse. Reviewed By: ericniebler Differential Revision: D7415861 fbshipit-source-id: 1912eaa009acea5c243db3e14fc0715a0829f251
Showing
Please register or sign in to comment