[all-commits] [llvm/llvm-project] 584114: [libc++][modules] Fixes C++20 build errors.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Dec 23 02:45:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5841140e38c94f3d2b29354f67e70803d88ce174
https://github.com/llvm/llvm-project/commit/5841140e38c94f3d2b29354f67e70803d88ce174
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-12-23 (Sat, 23 Dec 2023)
Changed paths:
M libcxx/modules/std/algorithm.inc
Log Message:
-----------
[libc++][modules] Fixes C++20 build errors.
Recent CI changes have disabled testing modules in different
configurations. This broke building the std and std.compat module in
C++20. This was found by the CI in #76246.
More information about the All-commits
mailing list