[libcxx] adds lexicographical_compare_three_way
- adds lexicographical_compare_three_way algorithms
- adds tests
- replaces std::array with raw array to eliminate circular dep :-(
Differential D80902
[libcxx] adds lexicographical_compare_three_way cjdb on May 31 2020, 3:23 PM. Authored by
Details
Diff Detail Event Timeline
Comment Actions How do we implement the "Mandates" requirement specified here?
Comment Actions As a general remark, it would be call if you added a link to standard draft or proposal (or both) in the summary of each revision. It would make reviewing a bit easier :). Otherwise, it seems good to me. But you need to wait for libc++ reviewers. |
Return type in synopsis doesn't match the one in implementation.