[libcxx-commits] [PATCH] D151868: [libcxx] __support: Implement strtol_l() / strtoul_l() consistently

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 1 08:01:28 PDT 2023


philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.

It looks like we don't actually use `strtol_l` or `strtoul_l` anywhere, so we might as well just remove these functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151868



More information about the libcxx-commits mailing list