[libc-commits] [libc] [llvm] [libc] Add more functions in CPP/bit.h (PR #73814)

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Thu Nov 30 03:53:52 PST 2023


================
@@ -24,77 +25,72 @@ constexpr long long LLONG_MIN = 1LL << (LLONG_BIT_WIDTH - 1);
 constexpr unsigned long long ULLONG_MAX = ~0ULL;
 #endif
 
-template <class T> class numeric_limits {
----------------
gchatelet wrote:

Done in https://github.com/llvm/llvm-project/pull/73926

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


More information about the libc-commits mailing list