[libc-commits] [clang] [clang-tools-extra] [libc] [libc][c11] implement ctime (PR #107285)

Зишан Мирза via libc-commits libc-commits at lists.llvm.org
Sun Sep 8 08:50:12 PDT 2024


================
@@ -37,6 +37,7 @@ enum Month : int {
 };
 
 struct TimeConstants {
+  static constexpr int MAXIMUM_32_BIT_VALUE = 2147483647;
----------------
zimirza wrote:

I have removed the constant and used this function.

https://github.com/llvm/llvm-project/pull/107285


More information about the libc-commits mailing list