[all-commits] [llvm/llvm-project] a70fe0: [libc++] [ranges] SFINAE away ranges::cbegin(const...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Wed Jan 12 10:26:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a70fe03961ddb483607861a79ce569a24757919f
https://github.com/llvm/llvm-project/commit/a70fe03961ddb483607861a79ce569a24757919f
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M libcxx/include/__ranges/access.h
M libcxx/test/std/ranges/range.access/begin.pass.cpp
M libcxx/test/std/ranges/range.access/end.pass.cpp
Log Message:
-----------
[libc++] [ranges] SFINAE away ranges::cbegin(const T&&) for non-borrowed T.
Fixes #52952.
Differential Revision: https://reviews.llvm.org/D116991
More information about the All-commits
mailing list