[libcxx-commits] [PATCH] D152040: [libc++][NFC] Add __element_count and use it in the constexpr C functions

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 5 08:28:42 PDT 2023


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


================
Comment at: libcxx/include/__string/constexpr_c_functions.h:26
 
+enum class __element_count : size_t {};
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152040



More information about the libcxx-commits mailing list