[all-commits] [llvm/llvm-project] 98d28e: [libc++] Fix issue in std.cppm after introducing v...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Sep 6 06:20:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98d28e947cc332f5bb9878e967ea5d7e414cf785
https://github.com/llvm/llvm-project/commit/98d28e947cc332f5bb9878e967ea5d7e414cf785
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths:
M libcxx/modules/std/ranges.inc
Log Message:
-----------
[libc++] Fix issue in std.cppm after introducing views::chunk_by
This should fix CI issues introduced by 065dc485bd where the std.cppm
module won't build in C++20 mode because views::chunk_by was added in
C++23 but wasn't marked as such in ranges.inc.
More information about the All-commits
mailing list