[libc-commits] [PATCH] D107987: [libc][nfc] add CPP Limits.h for numeric_limits

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 12 13:58:46 PDT 2021


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/utils/CPP/Limits.h:22
+};
+
+template <> class NumericLimits<int> {
----------------
Add a TODO saying specializations will be added as needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107987



More information about the libc-commits mailing list