[libcxx-commits] [PATCH] D93562: [libc++] Add a missing `<_Compare>` template argument.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 11 17:33:19 PST 2021


zoecarver added a comment.

I think this makes sense, especially given that most other related algorithms also do this, and that `__inplace_merge` (`__buffered_inplace_merge`'s only user) also specifies the template argument.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93562/new/

https://reviews.llvm.org/D93562



More information about the libcxx-commits mailing list