[all-commits] [llvm/llvm-project] 77f45c: [libc++] Makes saturation functions privately avai...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Apr 23 13:29:59 PDT 2024
Branch: refs/heads/users/mordante/makes_saturation_functions_available
Home: https://github.com/llvm/llvm-project
Commit: 77f45c0563f72d938599c8aa4ae9df8967e81030
https://github.com/llvm/llvm-project/commit/77f45c0563f72d938599c8aa4ae9df8967e81030
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M libcxx/include/__numeric/saturation_arithmetic.h
Log Message:
-----------
[libc++] Makes saturation functions privately available.
These functions are useful in the implementation of the time zone
database. So expose them with private names.
The functions could be exposed before C++ 20, but since libc++ is mostly
C++ 17 complete it seems less useful to allow earlier.
Commit: 13b19d2f31b4373d2b73c01e3a6e88049f1fc539
https://github.com/llvm/llvm-project/commit/13b19d2f31b4373d2b73c01e3a6e88049f1fc539
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M libcxx/include/__numeric/saturation_arithmetic.h
Log Message:
-----------
Update libcxx/include/__numeric/saturation_arithmetic.h
Co-authored-by: Hristo Hristov <zingam at outlook.com>
Commit: 17f05507a0368ea99ec3d3f26ac2ead2774f6657
https://github.com/llvm/llvm-project/commit/17f05507a0368ea99ec3d3f26ac2ead2774f6657
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M libcxx/include/__numeric/saturation_arithmetic.h
Log Message:
-----------
Fixes more forwarding calls.
Compare: https://github.com/llvm/llvm-project/compare/483890963a0a...17f05507a036
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list