[all-commits] [llvm/llvm-project] 170589: [libc++][utility][NFC] Refactored safe integer `cm...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Tue Jan 16 03:18:11 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17058940c0187f5c4e2118ab0fed22ebe4bf6f26
https://github.com/llvm/llvm-project/commit/17058940c0187f5c4e2118ab0fed22ebe4bf6f26
Author: Hristo Hristov <hristo.goshev.hristov at gmail.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M libcxx/include/__utility/cmp.h
Log Message:
-----------
[libc++][utility][NFC] Refactored safe integer `cmp_xxxx` functions to use the `__libcpp_is_integer` concept (#78115)
Replaced a functionally identical internal concept helper.
References:
- https://eel.is/c++draft/utility.intcmp
- https://eel.is/c++draft/basic.fundamental
Co-authored-by: Zingam <zingam at outlook.com>
More information about the All-commits
mailing list