[libcxx-commits] [PATCH] D116382: [libc++] [NFC] Remove an unused parameter from `__sift_down`

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 29 12:27:10 PST 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM, but let's ensure we were not exporting an explicit specialization of this one from the dylib (otherwise that would break ABI).

Running `check-cxx-abilist` or running CI would tell.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116382



More information about the libcxx-commits mailing list